Home
last modified time | relevance | path

Searched refs:file_exists (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/platform_tools/android/launcher/
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/flutter/skia/platform_tools/android/launcher/
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/build/fuchsia/
DBUILD.gn11 manifest_exists = exec_script("${skia_root_dir}/build/fuchsia/file_exists",
17 [ "${skia_root_dir}/build/fuchsia/file_exists" ])
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrc.h45 file_exists = int(std::errc::file_exists), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DErrc.h44 file_exists = int(std::errc::file_exists), enumerator
DGraphWriter.h342 if (EC == std::errc::file_exists) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
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()
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/
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()
DLockFileManager.cpp226 if (EC != errc::file_exists) { in LockFileManager()
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/
Dtest-read-ctf.cc447 ABG_ASSERT(abigail::tools_utils::file_exists(in_elf_path)); in perform()
/third_party/libabigail/src/
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()
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/libabigail/tools/
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/include/
Dabg-tools-utils.h38 bool file_exists(const string&);
/third_party/openssl/apps/
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/flutter/skia/third_party/externals/angle2/
DBUILD.gn167 exec_script("scripts/file_exists.py", [ _old_compiler ], "value")
/third_party/skia/third_party/externals/angle2/
DBUILD.gn253 exec_script("scripts/file_exists.py", [ _old_compiler ], "value")
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc495 if (EC == errc::file_exists || EC == errc::permission_denied) {
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.213377 * src/tools/docmaker/docmaker.py (file_exists, make_file_list):
3379 * src/tools/docmaker/utils.py (file_exists, make_file_list): Here.
/third_party/freetype/docs/oldlogs/
DChangeLog.213377 * src/tools/docmaker/docmaker.py (file_exists, make_file_list):
3379 * src/tools/docmaker/utils.py (file_exists, make_file_list): Here.
/third_party/libabigail/tests/data/test-annotate/
Dtest21-pr19092.so.abi39 <!-- file_exists(char const*) -->
2183 <!-- int file_exists(const char*) -->
2184 …<function-decl name='file_exists' mangled-name='_Z11file_existsPKc' filepath='../.././gcc/collect2…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest21-pr19092.so.abi1320 …<function-decl name='file_exists' mangled-name='_Z11file_existsPKc' filepath='../.././gcc/collect2…
/third_party/libabigail/
DChangeLog41977 * tools/abg-tools-utils.h (file_exists, is_regular_file)
41979 * tools/abg-tools-utils.cc (get_stat, file_exists, check_file)

12