Searched refs:IsSystemFD (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/build/libroot/
H A Dfs_attr_untyped.cpp195 if (descriptor && !descriptor->IsSystemFD()) {
H A DLocalFD.h22 if (descriptor && !descriptor->IsSystemFD()) {
H A Dfs_descriptors.cpp69 // IsSystemFD
71 Descriptor::IsSystemFD() const function in class:BPrivate::Descriptor
148 // IsSystemFD
150 FileDescriptor::IsSystemFD() const function in class:BPrivate::FileDescriptor
543 return descriptor == NULL || descriptor->IsSystemFD();
H A Dfs_descriptors.h33 virtual bool IsSystemFD() const;
48 virtual bool IsSystemFD() const;

Completed in 129 milliseconds