/third_party/skia/platform_tools/android/launcher/ |
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/flutter/skia/platform_tools/android/launcher/ |
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/build/fuchsia/ |
D | BUILD.gn | 11 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/ |
D | Errc.h | 45 file_exists = int(std::errc::file_exists), enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Errc.h | 44 file_exists = int(std::errc::file_exists), enumerator
|
D | GraphWriter.h | 342 if (EC == std::errc::file_exists) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
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()
|
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/ |
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()
|
D | LockFileManager.cpp | 226 if (EC != errc::file_exists) { in LockFileManager()
|
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/ |
D | test-read-ctf.cc | 447 ABG_ASSERT(abigail::tools_utils::file_exists(in_elf_path)); in perform()
|
/third_party/libabigail/src/ |
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()
|
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/libabigail/tools/ |
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/include/ |
D | abg-tools-utils.h | 38 bool file_exists(const string&);
|
/third_party/openssl/apps/ |
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/flutter/skia/third_party/externals/angle2/ |
D | BUILD.gn | 167 exec_script("scripts/file_exists.py", [ _old_compiler ], "value")
|
/third_party/skia/third_party/externals/angle2/ |
D | BUILD.gn | 253 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/ |
D | Path.inc | 495 if (EC == errc::file_exists || EC == errc::permission_denied) {
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.21 | 3377 * 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/ |
D | ChangeLog.21 | 3377 * 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/ |
D | test21-pr19092.so.abi | 39 <!-- 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/ |
D | test21-pr19092.so.abi | 1320 …<function-decl name='file_exists' mangled-name='_Z11file_existsPKc' filepath='../.././gcc/collect2…
|
/third_party/libabigail/ |
D | ChangeLog | 41977 * tools/abg-tools-utils.h (file_exists, is_regular_file) 41979 * tools/abg-tools-utils.cc (get_stat, file_exists, check_file)
|