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

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

Completed in 75 milliseconds