|
Android-cuttlefish cvd tool
|
Functions | |
| bool | IsFifo (const struct stat &file_stat) |
| bool | IsSocket (const struct stat &file_stat) |
| bool | IsSymlink (const struct stat &file_stat) |
| bool | IsRegular (const struct stat &file_stat) |
| Result< void > | CopyDirectoryImpl (const std::string &src_dir_path, const std::string &dest_dir_path, const std::function< bool(const std::string &)> &predicate) |
| std::string | RealpathOrSelf (const std::string &path) |
| Result< void > cuttlefish::anonymous_namespace{snapshot_utils.cc}::CopyDirectoryImpl | ( | const std::string & | src_dir_path, |
| const std::string & | dest_dir_path, | ||
| const std::function< bool(const std::string &)> & | predicate | ||
| ) |
| bool cuttlefish::anonymous_namespace{snapshot_utils.cc}::IsFifo | ( | const struct stat & | file_stat | ) |
| bool cuttlefish::anonymous_namespace{snapshot_utils.cc}::IsRegular | ( | const struct stat & | file_stat | ) |
| bool cuttlefish::anonymous_namespace{snapshot_utils.cc}::IsSocket | ( | const struct stat & | file_stat | ) |
| bool cuttlefish::anonymous_namespace{snapshot_utils.cc}::IsSymlink | ( | const struct stat & | file_stat | ) |
| std::string cuttlefish::anonymous_namespace{snapshot_utils.cc}::RealpathOrSelf | ( | const std::string & | path | ) |