Home
last modified time | relevance | path

Searched refs:IsFile (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp27 bool IsFile(const std::string &Path) { in IsFile() function
69 (E->d_type == DT_UNKNOWN && IsFile(Path))) in ListFilesInDirRecursive()
91 (E->d_type == DT_UNKNOWN && IsFile(Path))) in IterateDirRecursive()
H A 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
71 return IsFile(Path, Att); in IsFile()
148 else if (IsFile(FileName, FindInfo.dwFileAttributes)) in ListFilesInDirRecursive()
H A DFuzzerIO.h68 bool IsFile(const std::string &Path);
H A DFuzzerDriver.cpp337 if (!IsFile(Path)) in AllInputsAreFiles()
717 if (!IsFile(OutputCorpusDir)) { in FuzzerDriver()
/openbsd-src/gnu/llvm/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp215 bool IsFile = false; in main() local
217 llvm::sys::fs::is_regular_file(ArgString, IsFile); in main()
218 if (ArgString == "-" || IsFile) { in main()
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DPackingElement.pm156 sub IsFile($) { 0 } subroutine
433 sub IsFile($) { 1 } subroutine