Lines Matching refs:FileDescriptor
370 int FileDescriptor = -1; in getFile() local
372 if (getStatValue(InterndFileName, StatBuf, &FileDescriptor)) { in getFile()
380 if (FileDescriptor != -1 && !openFile) { in getFile()
381 close(FileDescriptor); in getFile()
382 FileDescriptor = -1; in getFile()
392 if (FileDescriptor != -1) in getFile()
393 close(FileDescriptor); in getFile()
406 UFE.FD = FileDescriptor; in getFile()
440 int FileDescriptor = -1; in getVirtualFile() local
443 if (getStatValue(InterndFileName, StatBuf, &FileDescriptor) == 0) { in getVirtualFile()
445 if (FileDescriptor != -1) in getVirtualFile()
446 close(FileDescriptor); in getVirtualFile()
560 int *FileDescriptor) { in getStatValue() argument
564 return FileSystemStatCache::get(Path, StatBuf, FileDescriptor, in getStatValue()
570 return FileSystemStatCache::get(FilePath.c_str(), StatBuf, FileDescriptor, in getStatValue()