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

/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A DKPath.cpp33 fIsNull(false)
47 fIsNull(false)
61 fIsNull(false)
90 fIsNull = path == NULL;
112 fIsNull = other.fIsNull;
119 other.fIsNull = other.fLazy;
143 fIsNull = true;
156 fIsNull = false;
179 fIsNull
[all...]
/haiku/src/system/kernel/fs/
H A DKPath.cpp39 fIsNull(false)
53 fIsNull(false)
67 fIsNull(false)
95 fIsNull = path == NULL;
117 fIsNull = other.fIsNull;
124 other.fIsNull = other.fLazy;
148 fIsNull = true;
161 fIsNull = false;
184 fIsNull
[all...]
/haiku/headers/private/kernel/fs/
H A DKPath.h82 bool fIsNull; member in class:BPrivate::DiskDevice::KPath

Completed in 37 milliseconds