Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp130 SmallString<256> CmdLineFName; in checkForOProfileProcEntry() local
131 raw_svector_ostream(CmdLineFName) << "/proc/" << Entry->d_name in checkForOProfileProcEntry()
135 int CmdLineFD = open(CmdLineFName.c_str(), S_IRUSR); in checkForOProfileProcEntry()