Searched refs:fCStatus (Results 1 - 25 of 43) sorted by relevance

12

/haiku/src/kits/storage/sniffer/
H A DCharStream.cpp18 , fCStatus(B_OK)
29 , fCStatus(B_NO_INIT)
50 fCStatus = B_OK;
51 return fCStatus;
60 fCStatus = B_NO_INIT;
71 return fCStatus;
111 if (fCStatus != B_OK)
128 if (fCStatus != B_OK)
H A DRange.cpp20 , fCStatus(B_NO_INIT)
27 return fCStatus;
32 if (fCStatus == B_OK)
58 fCStatus = B_BAD_VALUE;
60 fCStatus = B_OK;
H A DPattern.cpp21 : fCStatus(B_NO_INIT)
28 : fCStatus(B_NO_INIT)
45 return fCStatus;
50 if (fCStatus == B_OK)
79 return fCStatus;
210 fCStatus = status;
/haiku/src/build/libbe/storage/
H A DVolume.cpp51 /*! \var dev_t BVolume::fCStatus
63 fCStatus(B_NO_INIT)
79 fCStatus(B_NO_INIT)
96 fCStatus(volume.fCStatus)
118 return fCStatus;
145 fCStatus = error;
146 return fCStatus;
156 fCStatus = B_NO_INIT;
215 this->fCStatus
[all...]
H A DNode.cpp90 fCStatus(B_NO_INIT)
99 fCStatus(B_NO_INIT)
101 // fCStatus is set by SetTo(), ignore return value
110 fCStatus(B_NO_INIT)
112 // fCStatus is set by SetTo(), ignore return value
121 fCStatus(B_NO_INIT)
123 // fCStatus is set by SetTo(), ignore return value
132 fCStatus(B_NO_INIT)
134 // fCStatus is set by SetTo(), ignore return value
143 fCStatus(B_NO_INI
[all...]
H A DFile.cpp162 return (fCStatus = B_BAD_VALUE);
169 fCStatus = B_OK;
174 fCStatus = fd;
176 return fCStatus;
204 return (fCStatus = B_BAD_VALUE);
206 return (fCStatus = entry->InitCheck());
213 fCStatus = B_OK;
217 fCStatus = fd;
219 return fCStatus;
245 return (fCStatus
[all...]
H A DEntry.cpp241 fCStatus(B_NO_INIT)
260 fCStatus(B_NO_INIT)
279 fCStatus(B_NO_INIT)
300 fCStatus(B_NO_INIT)
313 fCStatus(B_NO_INIT)
337 return fCStatus;
358 if (fCStatus != B_OK)
379 if (fCStatus != B_OK)
397 return (fCStatus = B_BAD_VALUE);
408 fCStatus
[all...]
H A DMimeType.cpp41 , fCStatus(B_NO_INIT)
54 , fCStatus(B_NO_INIT)
93 fCStatus = B_BAD_VALUE;
99 fCStatus = B_OK;
101 fCStatus = B_NO_MEMORY;
104 return fCStatus;
116 fCStatus = B_NO_INIT;
128 return fCStatus;
162 if (fCStatus == B_OK) {
163 // We assume here fCStatus wil
[all...]
H A DNodeInfo.cpp45 fCStatus(B_NO_INIT)
58 fCStatus(B_NO_INIT)
60 fCStatus = SetTo(node);
91 fCStatus = (node && node->InitCheck() == B_OK ? B_OK : B_BAD_VALUE);
92 if (fCStatus == B_OK)
94 return fCStatus;
107 return fCStatus;
H A DDirectory.cpp105 return (fCStatus = error);
134 return (fCStatus = B_BAD_VALUE);
146 return (fCStatus = error);
168 return (fCStatus = error);
183 return (fCStatus = B_BAD_VALUE);
201 return (fCStatus = error);
/haiku/src/kits/storage/
H A DFile.cpp103 return (fCStatus = B_BAD_VALUE);
116 fCStatus = B_OK;
118 fCStatus = fd;
120 return fCStatus;
132 return (fCStatus = B_BAD_VALUE);
134 return (fCStatus = entry->InitCheck());
143 fCStatus = B_OK;
145 fCStatus = fd;
147 return fCStatus;
159 return (fCStatus
[all...]
H A DNode.cpp100 fCStatus(B_NO_INIT)
109 fCStatus(B_NO_INIT)
111 // fCStatus is set by SetTo(), ignore return value
120 fCStatus(B_NO_INIT)
122 // fCStatus is set by SetTo(), ignore return value
131 fCStatus(B_NO_INIT)
133 // fCStatus is set by SetTo(), ignore return value
142 fCStatus(B_NO_INIT)
144 // fCStatus is set by SetTo(), ignore return value
153 fCStatus(B_NO_INI
[all...]
H A DPath.cpp33 fCStatus(B_NO_INIT)
42 fCStatus(B_NO_INIT)
53 fCStatus(B_NO_INIT)
64 fCStatus(B_NO_INIT)
75 fCStatus(B_NO_INIT)
86 fCStatus(B_NO_INIT)
103 return fCStatus;
114 return fCStatus = B_BAD_VALUE;
117 fCStatus = _kern_entry_ref_to_path(ref->device, ref->directory,
119 if (fCStatus !
[all...]
H A DEntry.cpp127 fCStatus(B_NO_INIT)
136 fCStatus(B_NO_INIT)
146 fCStatus(B_NO_INIT)
156 fCStatus(B_NO_INIT)
166 fCStatus(B_NO_INIT)
181 return fCStatus;
197 if (fCStatus != B_OK)
209 return (fCStatus = B_BAD_VALUE);
220 fCStatus = B_BAD_VALUE;
225 return (fCStatus
[all...]
H A DVolume.cpp30 fCStatus(B_NO_INIT)
39 fCStatus(B_NO_INIT)
48 fCStatus(volume.fCStatus)
63 return fCStatus;
85 fCStatus = error;
86 return fCStatus;
95 fCStatus = B_NO_INIT;
401 this->fCStatus = volume.fCStatus;
[all...]
H A DDirectory.cpp109 return (fCStatus = error);
138 return (fCStatus = B_BAD_VALUE);
151 return (fCStatus = error);
174 return (fCStatus = error);
189 return (fCStatus = B_BAD_VALUE);
208 return (fCStatus = error);
/haiku/headers/private/storage/sniffer/
H A DRange.h35 status_t fCStatus; member in class:BPrivate::Storage::Sniffer::Range
H A DCharStream.h46 status_t fCStatus; member in class:BPrivate::Storage::Sniffer::CharStream
H A DPattern.h48 status_t fCStatus; member in class:BPrivate::Storage::Sniffer::Pattern
/haiku/headers/build/os/storage/
H A DVolume.h60 status_t fCStatus; member in class:OpenBeOS::BVolume
H A DNodeInfo.h82 status_t fCStatus; //< The status to return from InitCheck member in class:OpenBeOS::BNodeInfo
/haiku/headers/os/storage/
H A DVolume.h71 status_t fCStatus; member in class:BVolume
H A DPath.h80 status_t fCStatus; member in class:BPath
H A DNodeInfo.h67 status_t fCStatus; member in class:BNodeInfo
/haiku/headers/os/media/
H A DSoundFile.h92 status_t fCStatus; member in class:BSoundFile

Completed in 467 milliseconds

12