Symbol: fCStatus
headers/build/os/storage/Entry.h
108
status_t fCStatus;
headers/build/os/storage/MimeType.h
162
status_t fCStatus;
headers/build/os/storage/Node.h
118
status_t fCStatus;
headers/build/os/storage/NodeInfo.h
82
status_t fCStatus; //< The status to return from InitCheck
headers/build/os/storage/Volume.h
60
status_t fCStatus;
headers/os/media/SoundFile.h
92
status_t fCStatus;
headers/os/storage/Entry.h
109
status_t fCStatus;
headers/os/storage/MimeType.h
180
status_t fCStatus;
headers/os/storage/Node.h
116
status_t fCStatus;
headers/os/storage/NodeInfo.h
67
status_t fCStatus;
headers/os/storage/Path.h
80
status_t fCStatus;
headers/os/storage/Volume.h
71
status_t fCStatus;
headers/private/interface/ColorConversion.h
64
status_t fCStatus;
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
1143
if (fCStatus != B_OK) {
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
167
fCStatus = B_NO_MEMORY;
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
169
fCStatus = B_OK;
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
984
if (fCStatus != B_OK) {
src/add-ons/decorators/BeDecorator/BeDecorator.h
78
status_t fCStatus;
src/build/libbe/storage/AppFileInfo.cpp
150
fCStatus = error;
src/build/libbe/storage/Directory.cpp
105
return (fCStatus = error);
src/build/libbe/storage/Directory.cpp
134
return (fCStatus = B_BAD_VALUE);
src/build/libbe/storage/Directory.cpp
146
return (fCStatus = error);
src/build/libbe/storage/Directory.cpp
168
return (fCStatus = error);
src/build/libbe/storage/Directory.cpp
183
return (fCStatus = B_BAD_VALUE);
src/build/libbe/storage/Directory.cpp
201
return (fCStatus = error);
src/build/libbe/storage/Entry.cpp
1058
fCStatus = target.fCStatus;
src/build/libbe/storage/Entry.cpp
1061
target.fCStatus = B_NO_INIT;
src/build/libbe/storage/Entry.cpp
1085
printf("fCStatus == %" B_PRId32 "\n", fCStatus);
src/build/libbe/storage/Entry.cpp
337
return fCStatus;
src/build/libbe/storage/Entry.cpp
358
if (fCStatus != B_OK)
src/build/libbe/storage/Entry.cpp
379
if (fCStatus != B_OK)
src/build/libbe/storage/Entry.cpp
397
return (fCStatus = B_BAD_VALUE);
src/build/libbe/storage/Entry.cpp
408
fCStatus = B_BAD_VALUE;
src/build/libbe/storage/Entry.cpp
413
return (fCStatus = dirFD);
src/build/libbe/storage/Entry.cpp
414
return (fCStatus = set(dirFD, path, traverse));
src/build/libbe/storage/Entry.cpp
430
return (fCStatus = B_BAD_VALUE);
src/build/libbe/storage/Entry.cpp
435
return (fCStatus = dirFD);
src/build/libbe/storage/Entry.cpp
436
return (fCStatus = set(dirFD, ref->name, traverse));
src/build/libbe/storage/Entry.cpp
453
return (fCStatus = B_BAD_VALUE);
src/build/libbe/storage/Entry.cpp
454
return (fCStatus = set(-1, path, traverse));
src/build/libbe/storage/Entry.cpp
473
fCStatus = B_NO_INIT;
src/build/libbe/storage/Entry.cpp
488
if (fCStatus != B_OK)
src/build/libbe/storage/Entry.cpp
517
if (fCStatus != B_OK)
src/build/libbe/storage/Entry.cpp
567
if (fCStatus != B_OK)
src/build/libbe/storage/Entry.cpp
589
entry->fCStatus = entry->set_name(leafName);
src/build/libbe/storage/Entry.cpp
590
if (entry->fCStatus != B_OK)
src/build/libbe/storage/Entry.cpp
592
return entry->fCStatus;
src/build/libbe/storage/Entry.cpp
610
if (fCStatus != B_OK)
src/build/libbe/storage/Entry.cpp
649
if (fCStatus != B_OK) {
src/build/libbe/storage/Entry.cpp
685
if (fCStatus != B_OK)
src/build/libbe/storage/Entry.cpp
697
error = target.fCStatus = target.set(dirFD, path, false);
src/build/libbe/storage/Entry.cpp
726
if (fCStatus != B_OK)
src/build/libbe/storage/Entry.cpp
758
if (fCStatus != B_OK)
src/build/libbe/storage/Entry.cpp
821
if (item.fCStatus == B_OK) {
src/build/libbe/storage/Entry.cpp
824
fCStatus = set_name(item.fName);
src/build/libbe/storage/Entry.cpp
826
fCStatus = fDirFd;
src/build/libbe/storage/Entry.cpp
828
if (fCStatus != B_OK)
src/build/libbe/storage/Entry.cpp
850
if (fCStatus != B_OK)
src/build/libbe/storage/File.cpp
162
return (fCStatus = B_BAD_VALUE);
src/build/libbe/storage/File.cpp
169
fCStatus = B_OK;
src/build/libbe/storage/File.cpp
174
fCStatus = fd;
src/build/libbe/storage/File.cpp
176
return fCStatus;
src/build/libbe/storage/File.cpp
204
return (fCStatus = B_BAD_VALUE);
src/build/libbe/storage/File.cpp
206
return (fCStatus = entry->InitCheck());
src/build/libbe/storage/File.cpp
213
fCStatus = B_OK;
src/build/libbe/storage/File.cpp
217
fCStatus = fd;
src/build/libbe/storage/File.cpp
219
return fCStatus;
src/build/libbe/storage/File.cpp
245
return (fCStatus = B_BAD_VALUE);
src/build/libbe/storage/File.cpp
251
fCStatus = B_OK;
src/build/libbe/storage/File.cpp
255
fCStatus = fd;
src/build/libbe/storage/File.cpp
257
return fCStatus;
src/build/libbe/storage/File.cpp
287
return (fCStatus = B_BAD_VALUE);
src/build/libbe/storage/File.cpp
293
fCStatus = B_OK;
src/build/libbe/storage/File.cpp
297
fCStatus = fd;
src/build/libbe/storage/File.cpp
299
return fCStatus;
src/build/libbe/storage/File.cpp
491
fCStatus = B_OK;
src/build/libbe/storage/File.cpp
493
fCStatus = fd;
src/build/libbe/storage/MimeType.cpp
101
fCStatus = B_NO_MEMORY;
src/build/libbe/storage/MimeType.cpp
104
return fCStatus;
src/build/libbe/storage/MimeType.cpp
116
fCStatus = B_NO_INIT;
src/build/libbe/storage/MimeType.cpp
128
return fCStatus;
src/build/libbe/storage/MimeType.cpp
162
if (fCStatus == B_OK) {
src/build/libbe/storage/MimeType.cpp
208
status_t err = (fCStatus == B_OK ? B_OK : B_BAD_VALUE);
src/build/libbe/storage/MimeType.cpp
93
fCStatus = B_BAD_VALUE;
src/build/libbe/storage/MimeType.cpp
99
fCStatus = B_OK;
src/build/libbe/storage/Node.cpp
158
return fCStatus;
src/build/libbe/storage/Node.cpp
174
return (fCStatus = B_BAD_VALUE);
src/build/libbe/storage/Node.cpp
194
return (fCStatus = B_BAD_VALUE);
src/build/libbe/storage/Node.cpp
205
fCStatus = B_NO_INIT;
src/build/libbe/storage/Node.cpp
212
if (fCStatus != B_OK)
src/build/libbe/storage/Node.cpp
213
return fCStatus;
src/build/libbe/storage/Node.cpp
222
if (fCStatus != B_OK)
src/build/libbe/storage/Node.cpp
223
return fCStatus;
src/build/libbe/storage/Node.cpp
232
return (fCStatus != B_OK) ? B_FILE_ERROR : _kern_fsync(fFd, false);
src/build/libbe/storage/Node.cpp
240
if (fCStatus != B_OK)
src/build/libbe/storage/Node.cpp
256
if (fCStatus != B_OK)
src/build/libbe/storage/Node.cpp
271
return fCStatus != B_OK ? B_FILE_ERROR : _kern_remove_attr(fFd, name);
src/build/libbe/storage/Node.cpp
278
if (fCStatus != B_OK)
src/build/libbe/storage/Node.cpp
288
if (fCStatus != B_OK)
src/build/libbe/storage/Node.cpp
402
fCStatus = (fFd < 0) ? B_NO_INIT : B_OK ;
src/build/libbe/storage/Node.cpp
411
if (fCStatus == B_NO_INIT && node.InitCheck() == B_NO_INIT)
src/build/libbe/storage/Node.cpp
414
if (fCStatus == B_OK && node.InitCheck() == B_OK) {
src/build/libbe/storage/Node.cpp
514
fCStatus = newStatus;
src/build/libbe/storage/Node.cpp
560
return fCStatus = error;
src/build/libbe/storage/Node.cpp
598
return fCStatus = result;
src/build/libbe/storage/Node.cpp
615
if (fCStatus != B_OK)
src/build/libbe/storage/Node.cpp
633
if (fCStatus == B_OK && fAttrFd < 0) {
src/build/libbe/storage/Node.cpp
642
return fCStatus;
src/build/libbe/storage/Node.cpp
649
return fCStatus != B_OK
src/build/libbe/storage/Node.cpp
650
? fCStatus
src/build/libbe/storage/NodeInfo.cpp
107
return fCStatus;
src/build/libbe/storage/NodeInfo.cpp
60
fCStatus = SetTo(node);
src/build/libbe/storage/NodeInfo.cpp
91
fCStatus = (node && node->InitCheck() == B_OK ? B_OK : B_BAD_VALUE);
src/build/libbe/storage/NodeInfo.cpp
92
if (fCStatus == B_OK)
src/build/libbe/storage/NodeInfo.cpp
94
return fCStatus;
src/build/libbe/storage/Volume.cpp
118
return fCStatus;
src/build/libbe/storage/Volume.cpp
145
fCStatus = error;
src/build/libbe/storage/Volume.cpp
146
return fCStatus;
src/build/libbe/storage/Volume.cpp
156
fCStatus = B_NO_INIT;
src/build/libbe/storage/Volume.cpp
215
this->fCStatus = volume.fCStatus;
src/build/libbe/storage/Volume.cpp
96
fCStatus(volume.fCStatus)
src/kits/interface/ColorConversion.cpp
174
fCStatus = error;
src/kits/interface/ColorConversion.cpp
193
fCStatus = (fColorMap ? B_OK : B_BAD_VALUE);
src/kits/interface/ColorConversion.cpp
194
return fCStatus;
src/kits/interface/ColorConversion.cpp
206
return fCStatus;
src/kits/storage/AppFileInfo.cpp
150
fCStatus = error;
src/kits/storage/Directory.cpp
109
return (fCStatus = error);
src/kits/storage/Directory.cpp
138
return (fCStatus = B_BAD_VALUE);
src/kits/storage/Directory.cpp
151
return (fCStatus = error);
src/kits/storage/Directory.cpp
174
return (fCStatus = error);
src/kits/storage/Directory.cpp
189
return (fCStatus = B_BAD_VALUE);
src/kits/storage/Directory.cpp
208
return (fCStatus = error);
src/kits/storage/Entry.cpp
181
return fCStatus;
src/kits/storage/Entry.cpp
197
if (fCStatus != B_OK)
src/kits/storage/Entry.cpp
209
return (fCStatus = B_BAD_VALUE);
src/kits/storage/Entry.cpp
220
fCStatus = B_BAD_VALUE;
src/kits/storage/Entry.cpp
225
return (fCStatus = dirFD);
src/kits/storage/Entry.cpp
226
return (fCStatus = _SetTo(dirFD, path, traverse));
src/kits/storage/Entry.cpp
235
return (fCStatus = B_BAD_VALUE);
src/kits/storage/Entry.cpp
244
return (fCStatus = dirFD);
src/kits/storage/Entry.cpp
245
return (fCStatus = _SetTo(dirFD, ref->name, traverse));
src/kits/storage/Entry.cpp
255
return (fCStatus = B_BAD_VALUE);
src/kits/storage/Entry.cpp
256
return (fCStatus = _SetTo(-1, path, traverse));
src/kits/storage/Entry.cpp
272
fCStatus = B_NO_INIT;
src/kits/storage/Entry.cpp
279
if (fCStatus != B_OK)
src/kits/storage/Entry.cpp
300
if (fCStatus != B_OK)
src/kits/storage/Entry.cpp
313
if (fCStatus != B_OK)
src/kits/storage/Entry.cpp
335
entry->fCStatus = entry->_SetName(leafName);
src/kits/storage/Entry.cpp
336
if (entry->fCStatus != B_OK)
src/kits/storage/Entry.cpp
338
return entry->fCStatus;
src/kits/storage/Entry.cpp
346
if (fCStatus != B_OK)
src/kits/storage/Entry.cpp
373
if (fCStatus != B_OK)
src/kits/storage/Entry.cpp
389
if (fCStatus != B_OK)
src/kits/storage/Entry.cpp
401
error = target.fCStatus = target._SetTo(dirFD, path, false);
src/kits/storage/Entry.cpp
413
if (fCStatus != B_OK)
src/kits/storage/Entry.cpp
434
if (fCStatus != B_OK)
src/kits/storage/Entry.cpp
482
if (item.fCStatus == B_OK) {
src/kits/storage/Entry.cpp
485
fCStatus = _SetName(item.fName);
src/kits/storage/Entry.cpp
487
fCStatus = fDirFd;
src/kits/storage/Entry.cpp
489
if (fCStatus != B_OK)
src/kits/storage/Entry.cpp
518
if (fCStatus != B_OK)
src/kits/storage/Entry.cpp
732
fCStatus = target.fCStatus;
src/kits/storage/Entry.cpp
735
target.fCStatus = B_NO_INIT;
src/kits/storage/Entry.cpp
757
printf("fCStatus == %" B_PRId32 "\n", fCStatus);
src/kits/storage/Entry.cpp
778
if (fCStatus != B_OK)
src/kits/storage/File.cpp
103
return (fCStatus = B_BAD_VALUE);
src/kits/storage/File.cpp
116
fCStatus = B_OK;
src/kits/storage/File.cpp
118
fCStatus = fd;
src/kits/storage/File.cpp
120
return fCStatus;
src/kits/storage/File.cpp
132
return (fCStatus = B_BAD_VALUE);
src/kits/storage/File.cpp
134
return (fCStatus = entry->InitCheck());
src/kits/storage/File.cpp
143
fCStatus = B_OK;
src/kits/storage/File.cpp
145
fCStatus = fd;
src/kits/storage/File.cpp
147
return fCStatus;
src/kits/storage/File.cpp
159
return (fCStatus = B_BAD_VALUE);
src/kits/storage/File.cpp
167
fCStatus = B_OK;
src/kits/storage/File.cpp
169
fCStatus = fd;
src/kits/storage/File.cpp
171
return fCStatus;
src/kits/storage/File.cpp
184
return (fCStatus = B_BAD_VALUE);
src/kits/storage/File.cpp
192
fCStatus = B_OK;
src/kits/storage/File.cpp
194
fCStatus = fd;
src/kits/storage/File.cpp
196
return fCStatus;
src/kits/storage/File.cpp
322
fCStatus = B_OK;
src/kits/storage/File.cpp
324
fCStatus = fd;
src/kits/storage/MimeType.cpp
109
fCStatus = B_BAD_VALUE;
src/kits/storage/MimeType.cpp
115
fCStatus = B_OK;
src/kits/storage/MimeType.cpp
117
fCStatus = B_NO_MEMORY;
src/kits/storage/MimeType.cpp
120
return fCStatus;
src/kits/storage/MimeType.cpp
130
fCStatus = B_NO_INIT;
src/kits/storage/MimeType.cpp
138
return fCStatus;
src/kits/storage/MimeType.cpp
162
if (fCStatus == B_OK) {
src/kits/storage/MimeType.cpp
194
status_t status = fCStatus == B_OK ? B_OK : B_BAD_VALUE;
src/kits/storage/Node.cpp
168
return fCStatus;
src/kits/storage/Node.cpp
184
return (fCStatus = B_BAD_VALUE);
src/kits/storage/Node.cpp
204
return (fCStatus = B_BAD_VALUE);
src/kits/storage/Node.cpp
215
fCStatus = B_NO_INIT;
src/kits/storage/Node.cpp
222
if (fCStatus != B_OK)
src/kits/storage/Node.cpp
223
return fCStatus;
src/kits/storage/Node.cpp
232
if (fCStatus != B_OK)
src/kits/storage/Node.cpp
233
return fCStatus;
src/kits/storage/Node.cpp
242
return (fCStatus != B_OK) ? B_FILE_ERROR : _kern_fsync(fFd, false);
src/kits/storage/Node.cpp
250
if (fCStatus != B_OK)
src/kits/storage/Node.cpp
266
if (fCStatus != B_OK)
src/kits/storage/Node.cpp
281
return fCStatus != B_OK ? B_FILE_ERROR : _kern_remove_attr(fFd, name);
src/kits/storage/Node.cpp
288
if (fCStatus != B_OK)
src/kits/storage/Node.cpp
298
if (fCStatus != B_OK)
src/kits/storage/Node.cpp
412
fCStatus = (fFd < 0) ? B_NO_INIT : B_OK ;
src/kits/storage/Node.cpp
421
if (fCStatus == B_NO_INIT && node.InitCheck() == B_NO_INIT)
src/kits/storage/Node.cpp
424
if (fCStatus == B_OK && node.InitCheck() == B_OK) {
src/kits/storage/Node.cpp
524
fCStatus = newStatus;
src/kits/storage/Node.cpp
570
return fCStatus = error;
src/kits/storage/Node.cpp
608
return fCStatus = result;
src/kits/storage/Node.cpp
625
if (fCStatus != B_OK)
src/kits/storage/Node.cpp
643
if (fCStatus == B_OK && fAttrFd < 0) {
src/kits/storage/Node.cpp
652
return fCStatus;
src/kits/storage/Node.cpp
659
return fCStatus != B_OK
src/kits/storage/Node.cpp
660
? fCStatus
src/kits/storage/NodeInfo.cpp
57
fCStatus = SetTo(node);
src/kits/storage/NodeInfo.cpp
71
fCStatus = (node && node->InitCheck() == B_OK ? B_OK : B_BAD_VALUE);
src/kits/storage/NodeInfo.cpp
72
if (fCStatus == B_OK)
src/kits/storage/NodeInfo.cpp
75
return fCStatus;
src/kits/storage/NodeInfo.cpp
82
return fCStatus;
src/kits/storage/Path.cpp
103
return fCStatus;
src/kits/storage/Path.cpp
114
return fCStatus = B_BAD_VALUE;
src/kits/storage/Path.cpp
117
fCStatus = _kern_entry_ref_to_path(ref->device, ref->directory,
src/kits/storage/Path.cpp
119
if (fCStatus != B_OK)
src/kits/storage/Path.cpp
120
return fCStatus;
src/kits/storage/Path.cpp
122
fCStatus = _SetPath(path);
src/kits/storage/Path.cpp
124
return fCStatus;
src/kits/storage/Path.cpp
137
fCStatus = entry->GetRef(&ref);
src/kits/storage/Path.cpp
138
if (fCStatus == B_OK)
src/kits/storage/Path.cpp
139
fCStatus = SetTo(&ref);
src/kits/storage/Path.cpp
141
return fCStatus;
src/kits/storage/Path.cpp
198
fCStatus = error;
src/kits/storage/Path.cpp
220
fCStatus = error;
src/kits/storage/Path.cpp
230
fCStatus = B_NO_INIT;
src/kits/storage/Path.cpp
243
fCStatus = error;
src/kits/storage/Path.cpp
491
fCStatus = error;
src/kits/storage/Volume.cpp
401
this->fCStatus = volume.fCStatus;
src/kits/storage/Volume.cpp
48
fCStatus(volume.fCStatus)
src/kits/storage/Volume.cpp
63
return fCStatus;
src/kits/storage/Volume.cpp
85
fCStatus = error;
src/kits/storage/Volume.cpp
86
return fCStatus;
src/kits/storage/Volume.cpp
95
fCStatus = B_NO_INIT;
src/kits/storage/sniffer/Parser.cpp
350
fCStatus(B_NO_INIT),
src/kits/storage/sniffer/Parser.cpp
360
fCStatus(B_NO_INIT),
src/kits/storage/sniffer/Parser.cpp
790
fCStatus = B_OK;
src/kits/storage/sniffer/Parser.cpp
796
return fCStatus;
src/kits/storage/sniffer/Parser.cpp
807
fCStatus = B_NO_INIT;
src/kits/storage/sniffer/Parser.cpp
815
return fCStatus;
src/kits/storage/sniffer/Parser.cpp
825
if (fCStatus != B_OK)
src/kits/storage/sniffer/Parser.cpp
842
if (fCStatus != B_OK)
src/kits/storage/sniffer/Parser.cpp
899
return fCStatus != B_OK || fPos >= (ssize_t)fTokenList.size();
src/kits/storage/sniffer/Parser.h
164
status_t fCStatus;
src/kits/storage/sniffer/Pattern.cpp
181
fCStatus = status;
src/kits/storage/sniffer/Pattern.cpp
25
fCStatus(B_NO_INIT),
src/kits/storage/sniffer/Pattern.cpp
34
fCStatus(B_NO_INIT),
src/kits/storage/sniffer/Pattern.cpp
55
return fCStatus;
src/kits/storage/sniffer/Pattern.cpp
62
if (fCStatus == B_OK)
src/kits/storage/sniffer/Pattern.cpp
95
return fCStatus;
src/kits/storage/sniffer/Pattern.h
55
status_t fCStatus;
src/kits/storage/sniffer/Range.cpp
36
return fCStatus;
src/kits/storage/sniffer/Range.cpp
43
if (fCStatus == B_OK) {
src/kits/storage/sniffer/Range.cpp
75
fCStatus = B_BAD_VALUE;
src/kits/storage/sniffer/Range.cpp
77
fCStatus = B_OK;
src/kits/storage/sniffer/Range.h
40
status_t fCStatus;
src/tests/kits/storage/AppFileInfoTest.cpp
234
status_t fCStatus;