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

/freebsd-13-stable/contrib/llvm-project/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 117 milliseconds