Home
last modified time | relevance | path

Searched refs:candidate_path (Results 1 – 8 of 8) sorted by relevance

/external/federated-compute/fcp/client/cache/
Dtemp_files.cc103 std::filesystem::path candidate_path; in CreateTempFile() local
106 candidate_path = temp_files_dir_ / in CreateTempFile()
108 } while ((fd = open(candidate_path.c_str(), O_CREAT | O_EXCL | O_RDWR, in CreateTempFile()
112 std::ofstream tmp_file(candidate_path); in CreateTempFile()
115 absl::StrCat("could not create file ", candidate_path.string())); in CreateTempFile()
118 return candidate_path.string(); in CreateTempFile()
/external/federated-compute/fcp/client/
Dclient_runner.h168 std::filesystem::path candidate_path; in CreateTempFile() local
171 candidate_path = in CreateTempFile()
173 } while ((fd = open(candidate_path.c_str(), O_CREAT | O_EXCL | O_RDWR, in CreateTempFile()
177 std::ofstream tmp_file(candidate_path); in CreateTempFile()
180 absl::StrCat("could not create file ", candidate_path.string())); in CreateTempFile()
183 return candidate_path.string(); in CreateTempFile()
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dbuild_tools.py34 candidate_path = os.path.join(build_tools_path, build_tool)
35 if not os.path.exists(candidate_path):
39 return candidate_path
/external/chromium-crossbench/crossbench/helper/
Dpath_finder.py45 for candidate_path in self._candidates:
46 if self.is_valid_path(candidate_path):
47 return candidate_path
/external/cronet/tot/base/files/
Dfile_util.cc514 FilePath candidate_path = path.InsertBeforeExtensionASCII( in GetUniquePathWithSuffixFormat() local
516 if (!PathExists(candidate_path)) { in GetUniquePathWithSuffixFormat()
517 return candidate_path; in GetUniquePathWithSuffixFormat()
/external/cronet/stable/base/files/
Dfile_util.cc514 FilePath candidate_path = path.InsertBeforeExtensionASCII( in GetUniquePathWithSuffixFormat() local
516 if (!PathExists(candidate_path)) { in GetUniquePathWithSuffixFormat()
517 return candidate_path; in GetUniquePathWithSuffixFormat()
/external/cronet/stable/net/cert/internal/
Dpath_builder_trust_store_win_unittest.cc246 [](const auto& candidate_path) { return candidate_path->IsValid(); }); in TEST_F() argument
/external/cronet/tot/net/cert/internal/
Dpath_builder_trust_store_win_unittest.cc246 [](const auto& candidate_path) { return candidate_path->IsValid(); }); in TEST_F() argument