Searched refs:fInitCheck (Results 1 - 17 of 17) sorted by relevance

/haiku-fatelf/src/kits/storage/
H A DAddOnMonitor.cpp21 fInitCheck(B_NO_INIT),
30 fInitCheck(B_NO_INIT),
37 fInitCheck = (status_t)id;
53 return fInitCheck;
72 fInitCheck = status;
80 fInitCheck = B_NO_MEMORY;
86 fInitCheck = status;
95 fInitCheck = B_OK;
/haiku-fatelf/src/servers/media_addon/
H A DMediaFilePlayer.cpp58 fInitCheck(B_ERROR),
66 if ((fInitCheck = fPlayFile->InitCheck()) <B_OK) {
87 fInitCheck = B_BAD_VALUE;
93 if ((fInitCheck = fSoundPlayer->InitCheck()) != B_OK) {
114 return fInitCheck;
H A DMediaFilePlayer.h37 status_t fInitCheck; member in class:MediaFilePlayer
/haiku-fatelf/headers/private/storage/
H A DAddOnMonitor.h39 status_t fInitCheck; member in class:BPrivate::Storage::AddOnMonitor
/haiku-fatelf/src/kits/locale/
H A DCatalogData.cpp13 fInitCheck(B_NO_INIT),
39 return fInitCheck;
H A DDefaultCatalog.cpp119 fInitCheck = status;
132 fInitCheck = ReadFromResource(*appOrAddOnRef);
146 fInitCheck = B_OK;
/haiku-fatelf/src/tools/locale/
H A DCatalogData.cpp18 fInitCheck(B_NO_INIT),
46 return fInitCheck;
H A DDefaultCatalog.cpp73 fInitCheck = B_NOT_SUPPORTED;
76 "", language, strerror(fInitCheck));
89 fInitCheck = ReadFromResource(*appOrAddOnRef);
92 // strerror(fInitCheck));
106 fInitCheck = B_OK;
H A DPlainTextCatalog.cpp85 fInitCheck = B_NOT_SUPPORTED;
88 signature, language, strerror(fInitCheck));
103 fInitCheck = B_OK;
/haiku-fatelf/headers/os/locale/
H A DCatalogData.h83 status_t fInitCheck; member in class:BCatalogData
/haiku-fatelf/src/kits/midi/
H A DSoftSynth.cpp29 : fInitCheck(false),
63 return fInitCheck;
430 fInitCheck = false;
463 fInitCheck = true;
H A DSoftSynth.h98 bool fInitCheck; member in class:BPrivate::BSoftSynth
/haiku-fatelf/src/preferences/media/
H A DMediaWindow.h113 status_t fInitCheck; member in class:MediaWindow
H A DMediaWindow.cpp165 fInitCheck(B_OK)
195 return fInitCheck;
384 fInitCheck = _InitMedia(true);
385 if (fInitCheck != B_OK)
/haiku-fatelf/src/apps/soundrecorder/
H A DRecorderWindow.h146 status_t fInitCheck; member in class:RecorderWindow
H A DRecorderWindow.cpp117 fInitCheck(B_OK)
133 fInitCheck = InitWindow();
134 if (fInitCheck != B_OK) {
135 if (fInitCheck == B_NAME_NOT_FOUND)
137 fInitCheck);
140 fInitCheck);
187 return fInitCheck;
/haiku-fatelf/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp125 fInitCheck = status;
140 fInitCheck = B_OK;

Completed in 146 milliseconds