Home
last modified time | relevance | path

Searched refs:FileExists (Results 1 – 13 of 13) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc227 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()
Dsuper_image_mixer.cc39 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()
Dboot_config.cc83 …if(!cuttlefish::FileExists(boot_env_image_path) || cuttlefish::ReadFile(boot_env_image_path) != cu… in InitBootloaderEnvPartition()
Dflags.cc640 if (cuttlefish::FileExists(var_empty)) { in SetDefaultFlagsForCrosvm()
/device/google/cuttlefish/host/commands/launch/
Dfilesystem_explorer.cc33 if (cuttlefish::FileExists(current_directory + "/fetcher_config.json")) { in AvailableFilesReport()
/device/google/cuttlefish/common/libs/utils/
Dfiles.h24 bool FileExists(const std::string& path);
Dfiles.cpp35 bool FileExists(const std::string& path) { in FileExists() function
/device/google/cuttlefish/host/commands/modem_simulator/
Dnvram_config.cpp55 if (!cuttlefish::FileExists(nvram_config_path) || in BuildConfigImpl()
Dsim_service.cpp366 if (!cuttlefish::FileExists(icc_profile_path) || in InitializeSimFileSystemAndSimState()
374 if (!cuttlefish::FileExists(etc_file_path) || !cuttlefish::FileHasContent(etc_file_path)) { in InitializeSimFileSystemAndSimState()
Dnetwork_service.cpp191 if (!cuttlefish::FileExists(file) || !cuttlefish::FileHasContent(file)) { in InitializeSimOperator()
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp324 if (!cuttlefish::FileExists("/var/run/cuttlefish-dnsmasq-cvd-wbr.leases")) { in StartCommands()
/device/google/cuttlefish/host/commands/fetcher/
Dbuild_api.cc176 if (!FileExists(source)) { in ArtifactToFile()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp844 return cuttlefish::FileExists(real_file_path); in ConfigExists()