Home
last modified time | relevance | path

Searched defs:IsFile (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/tests/regres/util/
Dutil.go23 func IsFile(path string) bool { func
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerIOWindows.cpp26 static bool IsFile(const std::string &Path, const DWORD &FileAttributes) { in IsFile() function
62 bool IsFile(const std::string &Path) { in IsFile() function
DFuzzerIOPosix.cpp27 bool IsFile(const std::string &Path) { in IsFile() function
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerIOWindows.cpp26 static bool IsFile(const std::string &Path, const DWORD &FileAttributes) { in IsFile() function
62 bool IsFile(const std::string &Path) { in IsFile() function
DFuzzerIOPosix.cpp27 bool IsFile(const std::string &Path) { in IsFile() function
/external/webrtc/rtc_base/
Dfile_rotating_stream.cc89 bool IsFile(const std::string& file) { in IsFile() function
149 bool IsFile(const std::string& file) { in IsFile() function
/external/llvm-project/flang/include/flang/Frontend/
DFrontendOptions.h100 bool IsFile() const { return !IsBuffer(); } in IsFile() function
/external/tensorflow/tensorflow/core/platform/cloud/
Dgoogle_auth_provider.cc79 bool IsFile(const string& filename) { in IsFile() function
/external/llvm/lib/Fuzzer/
DFuzzerIO.cpp26 bool IsFile(const std::string &Path) { in IsFile() function
/external/clang/unittests/Basic/
DFileManagerTest.cpp31 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) { in InjectFileOrDirectory()
/external/llvm-project/clang/unittests/Basic/
DFileManagerTest.cpp31 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile, in InjectFileOrDirectory()
/external/perfetto/src/profiling/memory/
Dheapprofd_producer.cc105 bool IsFile(int fd, const char* fn) { in IsFile() function
/external/clang/lib/Format/
DFormat.cpp1743 bool IsFile = in getStyle() local