Home
last modified time | relevance | path

Searched refs:DirectoryExists (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dfiles.h26 bool DirectoryExists(const std::string& path);
Dfiles.cpp40 bool DirectoryExists(const std::string& path) { in DirectoryExists() function
/device/google/cuttlefish/host/commands/fetcher/
Dfetch_cvd.cc199 if (!cvd::DirectoryExists(otatools_dir) && mkdir(otatools_dir.c_str(), 0777) != 0) { in download_ota_tools()
253 if (!cvd::DirectoryExists(target_dir) && mkdir(target_dir.c_str(), 0777) != 0) { in main()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc829 if (!cvd::DirectoryExists(FLAGS_assembly_dir.c_str())) { in InitFilesystemAndCreateConfig()
840 if (!cvd::DirectoryExists(instance.instance_dir().c_str())) { in InitFilesystemAndCreateConfig()
850 if (!cvd::DirectoryExists(internal_dir)) { in InitFilesystemAndCreateConfig()
/device/google/cuttlefish/host/commands/run_cvd/
Dlaunch.cc221 if (!cvd::DirectoryExists(tombstoneDir.c_str())) { in LaunchTombstoneReceiverIfEnabled()