Home
last modified time | relevance | path

Searched defs:is_regular_file (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp950 bool is_regular_file(file_status status) { in is_regular_file() function
954 std::error_code is_regular_file(const Twine &path, bool &result) { in is_regular_file() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h499 inline bool is_regular_file(const Twine &Path) { in is_regular_file() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp1075 bool is_regular_file(const basic_file_status &status) { in is_regular_file() function
1079 std::error_code is_regular_file(const Twine &path, bool &result) { in is_regular_file() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h589 inline bool is_regular_file(const Twine &Path) { in is_regular_file() function
/third_party/node/deps/v8/src/base/platform/
Dplatform-posix.cc807 bool is_regular_file = ((file_stat.st_mode & S_IFREG) != 0); in FOpen() local
/third_party/libabigail/src/
Dabg-tools-utils.cc391 is_regular_file(const string& path) in is_regular_file() function