/device/generic/vulkan-cereal/third-party/googletest/googletest/test/ |
D | gtest_premature_exit_test.cc | 49 static bool FileExists(const char* filepath) { in FileExists() function in __anon830c15e40111::PrematureExitTest 66 return FileExists(premature_exit_file_path_); in PrematureExitFileExists() 117 if (PrematureExitTest::FileExists(filepath)) { in main()
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | disk_flags.cc | 516 if (!FileExists(bootconfig_path)) { in Setup() 680 if (FileExists(FLAGS_metadata_image)) { in ResultSetup() 707 if (FileExists(access_kregistry)) { in ResultSetup() 733 if (FileExists(instance_.hwcomposer_pmem_path())) { in ResultSetup() 759 if (FileExists(instance_.pstore_path())) { in ResultSetup() 787 if (FileExists(instance_.sdcard_path())) { in ResultSetup() 815 if (FileExists(frp)) { in ResultSetup() 1002 if (FileExists(instance.access_kregistry_path())) { in CreateDynamicDiskFiles() 1007 if (FileExists(instance.hwcomposer_pmem_path())) { in CreateDynamicDiskFiles() 1012 if (FileExists(instance.pstore_path())) { in CreateDynamicDiskFiles()
|
D | assemble_cvd.cc | 123 } else if (FileExists(legacy_instance_path, /* follow_symlinks */ false)) { in CreateLegacySymlinks() 249 } else if (FileExists(FLAGS_assembly_dir, /* follow_symlinks */ false)) { in InitFilesystemAndCreateConfig() 260 if (FileExists(double_legacy_instance_dir, /* follow_symlinks */ false)) { in InitFilesystemAndCreateConfig()
|
D | boot_image_utils.cc | 59 if (!FileExists(current_file) || in DeleteTmpFileIfNotChanged() 151 if (FileExists(unpack_dir + "/vendor_boot_params")) { in UnpackVendorBootImageIfNotUnpacked() 256 if (!FileExists(ramdisk_path)) { in RepackVendorBootImage()
|
D | super_image_mixer.cc | 221 if (FileExists(DefaultHostArtifactsPath("otatools/bin/build_super_image"))) { in BuildSuperImage() 225 } else if (FileExists(HostBinaryPath("build_super_image"))) { in BuildSuperImage()
|
D | boot_config.cc | 166 if (!FileExists(boot_env_image_path) || in Setup()
|
/device/google/cuttlefish/host/libs/vm_manager/ |
D | crosvm_manager.cpp | 216 if (FileExists(instance.access_kregistry_path())) { in StartCommands() 221 if (FileExists(instance.hwcomposer_pmem_path())) { in StartCommands() 226 if (FileExists(instance.pstore_path())) { in StartCommands() 362 if (!FileExists("/var/run/cuttlefish-dnsmasq-cvd-wbr.leases") && in StartCommands()
|
D | qemu_manager.cpp | 273 if (FileExists(instance.access_kregistry_path())) { in StartCommands() 281 if (FileExists(instance.hwcomposer_pmem_path())) { in StartCommands() 289 if (FileExists(instance.pstore_path())) { in StartCommands() 473 if (!is_arm && FileExists(instance.pstore_path())) { in StartCommands()
|
/device/google/cuttlefish/host/commands/cvd/ |
D | instance_manager.cpp | 48 if (FileExists(config_path)) { in GetCuttlefishConfigPath() 96 if (FileExists(env_config)) { in CvdFleet()
|
/device/google/redbull/health/ |
D | Health.cpp | 113 static bool FileExists(const std::string &filename) { in FileExists() function 121 needs_wlc_updates = FileExists(kWlcCapacity); in private_healthd_board_init()
|
/device/google/coral/health/ |
D | Health.cpp | 121 static bool FileExists(const std::string& filename) in FileExists() function 132 needs_wlc_updates = FileExists(kWlcCapacity); in private_healthd_board_init()
|
/device/google/gs101/health/ |
D | Health.cpp | 126 static bool FileExists(const std::string &filename) { in FileExists() function 136 needs_wlc_updates = FileExists(kWlcCapacity); in private_healthd_board_init()
|
/device/google/gs201/health/ |
D | Health.cpp | 127 static bool FileExists(const std::string &filename) { in FileExists() function 137 needs_wlc_updates = FileExists(kWlcCapacity); in private_healthd_board_init()
|
/device/google/cuttlefish/host/commands/start/ |
D | filesystem_explorer.cc | 33 if (cuttlefish::FileExists(current_directory + "/fetcher_config.json")) { in AvailableFilesReport()
|
/device/google/cuttlefish/common/libs/utils/ |
D | files.h | 27 bool FileExists(const std::string& path, bool follow_symlinks = true);
|
D | environment.cpp | 118 FileExists(docker_env_path) || DirectoryExists(docker_env_path); in IsRunningInDocker()
|
D | files.cpp | 52 bool FileExists(const std::string& path, bool follow_symlinks) { in FileExists() function
|
/device/google/cuttlefish/host/commands/run_cvd/ |
D | launch.cc | 370 FileExists(GnssGrpcProxyBinary()); in Enabled() 554 FileExists(VehicleHalGrpcServerBinary()); in Enabled() 734 if (!FileExists("/var/run/cuttlefish-dnsmasq-cvd-wbr.leases") && in Commands()
|
/device/google/cuttlefish/host/libs/config/ |
D | data_image.cpp | 483 if (!FileExists(grub.first)) { in Setup() 505 CHECK(FileExists(grub_cfg)) << "Missing file " << grub_cfg << "!"; in Setup()
|
D | bootconfig_args.cpp | 126 FileExists(VehicleHalGrpcServerBinary())) { in BootconfigArgsFromConfig()
|
D | config_flag.cpp | 187 if (!FileExists(info_path)) { in FindAndroidInfoConfig()
|
D | custom_actions.cpp | 183 if (!match.value.empty() && !FileExists(match.value)) { in INJECT()
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | nvram_config.cpp | 56 if (!cuttlefish::FileExists(nvram_config_path) || in BuildConfigImpl()
|
/device/google/cuttlefish/host/libs/websocket/ |
D | websocket_server.cpp | 214 if (FileExists(ca_file)) { in InitializeLwsObjects()
|
/device/google/cuttlefish/host/libs/web/ |
D | build_api.cc | 293 if (!FileExists(source)) { in ArtifactToFile()
|