Home | History | Annotate | Download | only in Support

Lines Matching refs:FD

58   int FD;
59 std::error_code EC = sys::fs::openFileForRead("/proc/cpuinfo", FD);
64 int Ret = read(FD, Buf, Size);
65 int CloseStatus = close(FD);