Home
last modified time | relevance | path

Searched refs:file_exists (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/platform_tools/android/launcher/
H A Dskia_launcher.cpp17 bool file_exists(const char* fileName) { in file_exists() function
36 if (!file_exists(libraryLocation)) { in load_library()
65 if (!file_exists(appLocation)) { in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DErrc.h44 file_exists = int(std::errc::file_exists), member in llvm::errc
H A DGraphWriter.h342 if (EC == std::errc::file_exists) { in WriteGraph()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DErrc.h45 file_exists = int(std::errc::file_exists), member in llvm::errc
/third_party/node/deps/v8/src/torque/
H A Dutils.cc329 bool file_exists = false; in ReplaceFileContentsIfDifferent() local
331 file_exists = true; in ReplaceFileContentsIfDifferent()
337 if (!file_exists || old_contents != contents) { in ReplaceFileContentsIfDifferent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DErrorHandling.cpp154 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists); in mapWindowsError()
169 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists); in mapWindowsError()
H A DPath.cpp198 if (EC == errc::file_exists) in createUniqueEntity()
219 if (EC == errc::file_exists) in createUniqueEntity()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DErrorHandling.cpp246 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists); in mapWindowsError()
261 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists); in mapWindowsError()
H A DLockFileManager.cpp226 if (EC != errc::file_exists) { in LockFileManager()
H A DPath.cpp188 if (EC == errc::file_exists || EC == errc::permission_denied) in createUniqueEntity()
208 if (EC == errc::file_exists) in createUniqueEntity()
/third_party/libabigail/tests/
H A Dtest-read-ctf.cc447 ABG_ASSERT(abigail::tools_utils::file_exists(in_elf_path)); in perform()
/third_party/libabigail/include/
H A Dabg-tools-utils.h38 bool file_exists(const string&);
/third_party/libabigail/tools/
H A Dabipkgdiff.cc114 using abigail::tools_utils::file_exists;
1791 || !file_exists(devel_pkg->extracted_dir_path()) in create_private_types_suppressions()
1955 if (!file_exists(kabi_wl_pkg->extracted_dir_path()) in maybe_handle_kabi_whitelist_pkg()
3250 opts.nonexistent_file = !file_exists(opts.package1); in parse_command_line()
3255 opts.nonexistent_file = !file_exists(opts.package2); in parse_command_line()
3528 if (file_exists(default_system_suppr_file)) in main()
3533 if (file_exists(default_user_suppr_file)) in main()
/third_party/libabigail/src/
H A Dabg-tools-utils.cc345 file_exists(const string& path) in file_exists() function
359 {return file_exists(path) && is_dir(path);} in dir_exists()
420 if (file_exists(ctf_archive)) in dir_contains_ctf_archive()
836 if (!file_exists(path)) in check_file()
864 if (!file_exists(path)) in check_dir()
H A Dabg-ctf-reader.cc48 using abigail::tools_utils::file_exists;
330 if (file_exists(ctfa_file)) in find_ctfa_file()
340 if (file_exists(ctfa_file)) in find_ctfa_file()
/third_party/node/deps/openssl/openssl/apps/
H A Dx509.c1094 int defaultfile = 0, file_exists; in x509_load_serial() local
1107 serial = load_serial(serialfile, &file_exists, create || defaultfile, NULL); in x509_load_serial()
1116 if (file_exists || create) in x509_load_serial()
/third_party/openssl/apps/
H A Dx509.c1094 int defaultfile = 0, file_exists; in x509_load_serial() local
1107 serial = load_serial(serialfile, &file_exists, create || defaultfile, NULL); in x509_load_serial()
1116 if (file_exists || create) in x509_load_serial()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp25305 file_exists = 17,
[all...]

Completed in 46 milliseconds