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

/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp135 int CmdLineFD = open(CmdLineFName.c_str(), S_IRUSR); local
136 if (CmdLineFD != -1) {
141 ssize_t NumRead = read(CmdLineFD, ExeName, PATH_MAX+1);
142 close(CmdLineFD);

Completed in 290 milliseconds