Home | History | Annotate | Download | only in Support

Lines Matching refs:FD

1144   int FD;
1145 if (std::error_code EC = openFileForRead(Path, FD))
1149 int Length = read(FD, Buffer, sizeof(Buffer));
1150 if (close(FD) != 0 || Length < 0)