Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp119 DIR* ProcDir; in checkForOProfileProcEntry() local
121 ProcDir = opendir("/proc"); in checkForOProfileProcEntry()
122 if (!ProcDir) in checkForOProfileProcEntry()
127 while (0 != (Entry = readdir(ProcDir))) { in checkForOProfileProcEntry()
170 closedir(ProcDir); in checkForOProfileProcEntry()
178 closedir(ProcDir); in checkForOProfileProcEntry()