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

/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp134 int CmdLineFD = open(CmdLineFName.c_str(), S_IRUSR); local
135 if (CmdLineFD != -1) {
140 ssize_t NumRead = read(CmdLineFD, ExeName, PATH_MAX+1);
141 close(CmdLineFD);

Completed in 94 milliseconds