Searched refs:file_exists (Results 1 – 15 of 15) sorted by relevance
78 if (!file_exists($fname)) {127 if (file_exists($req_pem))130 if (!file_exists($req_pem)) {137 if (file_exists($cert_pem))140 if (!file_exists($cert_pem)) {161 if (file_exists($cert_der))164 if (!file_exists($cert_der)) {172 if (file_exists($pkcs7))175 if (!file_exists($pkcs7)) {
17 bool file_exists(const char* fileName) { in file_exists() function36 if (!file_exists(libraryLocation)) { in load_library()65 if (!file_exists(appLocation)) { in main()
19 if (file_exists($clickFile)) {38 if (file_exists($clickFile)) {
61 if (file_exists($countFile) && file_exists($indexFile)) {
45 file_exists = int(std::errc::file_exists), enumerator
55 static bool file_exists(const string &file_name) { in file_exists() function195 if (!file_exists(path)) { in GetSymbolFileAtPathFromRoot()
153 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists); in mapWindowsError()168 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists); in mapWindowsError()
129 if (EC != errc::file_exists) { in LockFileManager()
197 if (EC == errc::file_exists) in createUniqueEntity()218 if (EC == errc::file_exists) in createUniqueEntity()
315 BOOL file_exists = [manager fileExistsAtPath:minidump_path317 if (file_exists && is_dir) {332 } else if (file_exists) {
51 const bool file_exists = file->Exists(); in FindPlugin() local58 if (file_exists && module_sp->GetObjectName()) in FindPlugin()
37 static_assert(static_cast<int>(std::errc::file_exists) == EEXIST, ""); in main()
458 errc::file_exists); in TEST_F()477 errc::file_exists); in TEST_F()501 ASSERT_EQ(fs::create_directory(Twine(LongDir), false), errc::file_exists); in TEST_F()
138 file_exists, // EEXIST270 file_exists = EEXIST,
309 if (EC && EC != std::errc::file_exists) { in ReportDiag()