Searched refs:DirectoryExists (Results 1 – 13 of 13) sorted by relevance
153 if (DirectoryExists(legacy_instance_path, /* follow_symlinks */ false)) { in CreateLegacySymlinks()434 if (DirectoryExists(vsock_dir, /* follow_symlinks */ false)) { in InitFilesystemAndCreateConfig()450 if (DirectoryExists(FLAGS_assembly_dir, /* follow_symlinks */ false)) { in InitFilesystemAndCreateConfig()
92 if (DirectoryExists(file_path)) { in WriteFsConfig()
105 if (DirectoryExists(src_path)) { in CopyDirectoryImpl()169 CF_EXPECTF(DirectoryExists(src_dir_path), "\"{}\" is not a directory.", in CopyDirectoryRecursively()
160 bool DirectoryExists(const std::string& path, bool follow_symlinks) { in DirectoryExists() function174 if (DirectoryExists(directory_path, /* follow_symlinks */ true)) { in EnsureDirectoryExists()604 if (DirectoryExists(file_path)) { in WalkDirectory()
115 FileExists(docker_env_path) || DirectoryExists(docker_env_path); in IsRunningInDocker()
41 bool DirectoryExists(const std::string& path, bool follow_symlinks = true);
147 CF_EXPECT(DirectoryExists(kProcDir)); in CollectPids()
32 if (!DirectoryExists(tombstone_dir)) { in TombstoneReceiver()
45 if (!DirectoryExists(full_path)) { in DirectoryCrc()
685 if (!DirectoryExists(defaultPath) || in instances_uds_dir()713 if (!DirectoryExists(defaultPath) || in environments_uds_dir()
173 if (DirectoryExists(custom_action_config_dir)) { in DefaultCustomActionConfig()
623 const bool seccomp_exists = DirectoryExists(instance.seccomp_policy_dir()); in StartCommands()625 const bool var_empty_available = DirectoryExists(var_empty_dir); in StartCommands()
231 if (clear_instance_dirs && DirectoryExists(instance.instance_dir())) { in StopCvdMain()