Searched refs:ProcDir (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp118 DIR* ProcDir; local
120 ProcDir = opendir("/proc");
121 if (!ProcDir)
126 while (0 != (Entry = readdir(ProcDir))) {
169 closedir(ProcDir);
177 closedir(ProcDir);

Completed in 46 milliseconds