/third_party/skia/platform_tools/android/launcher/ |
H A D | skia_launcher.cpp | 17 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 D | Errc.h | 44 file_exists = int(std::errc::file_exists), member in llvm::errc
|
H A D | GraphWriter.h | 342 if (EC == std::errc::file_exists) { in WriteGraph()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Errc.h | 45 file_exists = int(std::errc::file_exists), member in llvm::errc
|
/third_party/node/deps/v8/src/torque/ |
H A D | utils.cc | 329 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 D | ErrorHandling.cpp | 154 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 D | Path.cpp | 198 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 D | ErrorHandling.cpp | 246 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 D | LockFileManager.cpp | 226 if (EC != errc::file_exists) { in LockFileManager()
|
H A D | Path.cpp | 188 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 D | test-read-ctf.cc | 447 ABG_ASSERT(abigail::tools_utils::file_exists(in_elf_path)); in perform()
|
/third_party/libabigail/include/ |
H A D | abg-tools-utils.h | 38 bool file_exists(const string&);
|
/third_party/libabigail/tools/ |
H A D | abipkgdiff.cc | 114 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 D | abg-tools-utils.cc | 345 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 D | abg-ctf-reader.cc | 48 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 D | x509.c | 1094 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 D | x509.c | 1094 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 D | stylo.hpp | 25305 file_exists = 17, [all...] |