Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp626 uint64_t FDdir = __open(DirPath, in getBinaryPath() local
629 assert(static_cast<int64_t>(FDdir) >= 0, in getBinaryPath()
632 while (long Nread = __getdents(FDdir, (struct dirent *)Buf, BufSize)) { in getBinaryPath()