Searched refs:DirectoryExists (Results 1 – 5 of 5) sorted by relevance
26 bool DirectoryExists(const std::string& path);
40 bool DirectoryExists(const std::string& path) { in DirectoryExists() function
199 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()
829 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()
221 if (!cvd::DirectoryExists(tombstoneDir.c_str())) { in LaunchTombstoneReceiverIfEnabled()