HomeSort by: relevance | last modified time | path
    Searched defs:IsFile (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIOPosix.cpp 28 bool IsFile(const std::string &Path) {
70 (E->d_type == DT_UNKNOWN && IsFile(Path)))
FuzzerIOWindows.cpp 27 static bool IsFile(const std::string &Path, const DWORD &FileAttributes) {
63 bool IsFile(const std::string &Path) {
72 return IsFile(Path, Att);
130 else if (IsFile(FileName, FindInfo.dwFileAttributes))

Completed in 12 milliseconds