Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dfiles.h24 bool FileExists(const std::string& path);
Dfiles.cpp31 bool FileExists(const std::string& path) { in FileExists() function
/device/google/cuttlefish/host/commands/assemble_cvd/
Dsuper_image_mixer.cc39 using cvd::FileExists;
219 if (FileExists(DefaultHostArtifactsPath("otatools/bin/build_super_image"))) { in BuildSuperImage()
223 } else if (FileExists(DefaultHostArtifactsPath("bin/build_super_image"))) { in BuildSuperImage()
Dflags.cc725 if (!cvd::FileExists(config.composite_disk_path())) { in ShouldCreateCompositeDisk()
945 if (!cvd::FileExists(FLAGS_metadata_image)) { in InitFilesystemAndCreateConfig()
950 if (!cvd::FileExists(instance.access_kregistry_path())) { in InitFilesystemAndCreateConfig()
954 if (!cvd::FileExists(instance.sdcard_path())) { in InitFilesystemAndCreateConfig()
988 if (!cvd::FileExists(overlay_path) || ShouldCreateCompositeDisk(*config) || !FLAGS_resume in InitFilesystemAndCreateConfig()
/device/google/cuttlefish/host/commands/launch/
Dfilesystem_explorer.cc33 if (cvd::FileExists(current_directory + "/fetcher_config.json")) { in AvailableFilesReport()
/device/google/redbull/health/
DHealth.cpp112 static bool FileExists(const std::string &filename) { in FileExists() function
120 needs_wlc_updates = FileExists(kWlcCapacity); in private_healthd_board_init()
/device/linaro/bootloader/edk2/OvmfPkg/Library/NvVarsFileLib/
DFsAccess.c234 BOOLEAN FileExists; in ReadNvVarsFile() local
244 NvVarsFileReadCheckup (File, &FileExists, &FileSize); in ReadNvVarsFile()
/device/google/cuttlefish/guest/commands/vsock_logcat/
Dmain.cpp120 if (cvd::FileExists(FLAGS_pipe_name)) { in main()
/device/google/coral/health/
DHealth.cpp120 static bool FileExists(const std::string& filename) in FileExists() function
131 needs_wlc_updates = FileExists(kWlcCapacity); in private_healthd_board_init()
/device/google/cuttlefish/host/commands/run_cvd/
Dkernel_args.cc92 cvd::FileExists(config.vehicle_hal_grpc_server_binary())) { in KernelCommandLineFromConfig()
Dlaunch.cc347 !cvd::FileExists(config.vehicle_hal_grpc_server_binary())) { in LaunchVerhicleHalServerIfEnabled()
/device/google/cuttlefish/host/commands/fetcher/
Dbuild_api.cc160 if (!cvd::FileExists(source)) { in ArtifactToFile()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch8732 BOOLEAN FileExists;