Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp684 bool is_regular_file(file_status status) { in is_regular_file() function
688 error_code is_regular_file(const Twine &path, bool &result) { in is_regular_file() function
/external/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
/external/llvm/lib/Support/
DPath.cpp948 bool is_regular_file(file_status status) { in is_regular_file() function
952 std::error_code is_regular_file(const Twine &path, bool &result) { in is_regular_file() function
/external/llvm/include/llvm/Support/
DFileSystem.h488 inline bool is_regular_file(const Twine &Path) { in is_regular_file() function
/external/v8/src/base/platform/
Dplatform-posix.cc426 bool is_regular_file = ((file_stat.st_mode & S_IFREG) != 0); in FOpen() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h499 inline bool is_regular_file(const Twine &Path) { in is_regular_file() function
/external/libcxx/src/experimental/filesystem/
Doperations.cpp268 if (not is_regular_file(from_st)) { in __copy_file() local