Searched refs:FileExists (Results 1 – 13 of 13) sorted by relevance
227 if (!cuttlefish::FileExists(config.composite_disk_path())) { in ShouldCreateCompositeDisk()379 if (!cuttlefish::FileExists(FLAGS_metadata_image)) { in CreateDynamicDiskFiles()384 if (!cuttlefish::FileExists(instance.access_kregistry_path())) { in CreateDynamicDiskFiles()388 if (!cuttlefish::FileExists(instance.pstore_path())) { in CreateDynamicDiskFiles()392 if (!cuttlefish::FileExists(instance.sdcard_path())) { in CreateDynamicDiskFiles()428 bool missingOverlay = !cuttlefish::FileExists(overlay_path); in CreateDynamicDiskFiles()
39 using cuttlefish::FileExists;270 if (FileExists(DefaultHostArtifactsPath("otatools/bin/build_super_image"))) { in BuildSuperImage()274 } else if (FileExists(DefaultHostArtifactsPath("bin/build_super_image"))) { in BuildSuperImage()
83 …if(!cuttlefish::FileExists(boot_env_image_path) || cuttlefish::ReadFile(boot_env_image_path) != cu… in InitBootloaderEnvPartition()
640 if (cuttlefish::FileExists(var_empty)) { in SetDefaultFlagsForCrosvm()
33 if (cuttlefish::FileExists(current_directory + "/fetcher_config.json")) { in AvailableFilesReport()
24 bool FileExists(const std::string& path);
35 bool FileExists(const std::string& path) { in FileExists() function
55 if (!cuttlefish::FileExists(nvram_config_path) || in BuildConfigImpl()
366 if (!cuttlefish::FileExists(icc_profile_path) || in InitializeSimFileSystemAndSimState()374 if (!cuttlefish::FileExists(etc_file_path) || !cuttlefish::FileHasContent(etc_file_path)) { in InitializeSimFileSystemAndSimState()
191 if (!cuttlefish::FileExists(file) || !cuttlefish::FileHasContent(file)) { in InitializeSimOperator()
324 if (!cuttlefish::FileExists("/var/run/cuttlefish-dnsmasq-cvd-wbr.leases")) { in StartCommands()
176 if (!FileExists(source)) { in ArtifactToFile()
844 return cuttlefish::FileExists(real_file_path); in ConfigExists()