Searched refs:InitCheck (Results 251 - 275 of 1552) sorted by relevance

<<11121314151617181920>>

/haiku-fatelf/headers/libs/print/libprint/
H A DPrintJobReader.h43 status_t InitCheck() const;
66 status_t InitCheck() const;
/haiku-fatelf/headers/os/net/
H A DNetAddress.h35 status_t InitCheck() const;
50 status_t InitCheck();
/haiku-fatelf/src/add-ons/accelerants/radeon/
H A Dsettings.cpp47 if( file.InitCheck() != B_OK )
78 if( file.InitCheck() != B_OK )
/haiku-fatelf/src/add-ons/index_server/audiotags/
H A DAudioTagAnalyser.cpp22 AudioTagAnalyser::InitCheck() function in class:AudioTagAnalyser
46 if (file.InitCheck() != B_OK)
57 if (mediaFile.InitCheck() != B_OK)
65 if (file.InitCheck() != B_OK)
/haiku-fatelf/src/add-ons/kernel/network/ppp/ipcp/
H A Dipcp.cpp55 success && ipcp && ipcp->InitCheck() == B_OK ? "OK" : "ERROR");
57 return success && ipcp && ipcp->InitCheck() == B_OK;
/haiku-fatelf/src/add-ons/kernel/network/ppp/modem/
H A Dmodem.cpp42 success && device && device->InitCheck() == B_OK ? "OK" : "ERROR");
44 return success && device && device->InitCheck() == B_OK;
/haiku-fatelf/src/add-ons/kernel/network/ppp/pap/
H A Dpap.cpp42 success && pap && pap->InitCheck() == B_OK ? "OK" : "ERROR");
44 return success && pap && pap->InitCheck() == B_OK;
/haiku-fatelf/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerAddOn.cpp51 status_t VideoMixerAddOn::InitCheck( function in class:VideoMixerAddOn
54 PRINT("VideoMixerAddOn::InitCheck\n");
90 *out_error = node->InitCheck();
/haiku-fatelf/src/add-ons/screen_savers/flurry/
H A DFlurry.h22 status_t InitCheck() const;
52 virtual status_t InitCheck();
/haiku-fatelf/src/add-ons/tracker/opentargetfolder/
H A Dopentargetfolder.cpp23 if (directory.InitCheck() != B_OK)
31 if (link.InitCheck() != B_OK || !link.IsSymLink()) {
/haiku-fatelf/src/apps/icon-o-matic/generic/support/
H A Dsupport_settings.cpp32 if ((ret = file.InitCheck()) == B_OK) {
56 if ((ret = file.InitCheck()) == B_OK) {
/haiku-fatelf/src/apps/icon-o-matic/import_export/svg/
H A DSVGImporter.cpp48 ret = path.InitCheck();
54 ret = file.InitCheck();
/haiku-fatelf/src/apps/icon-o-matic/shape/commands/
H A DNudgePointsCommand.cpp62 // InitCheck
64 NudgePointsCommand::InitCheck() function in class:NudgePointsCommand
67 return TransformCommand::InitCheck();
H A DRotatePathIndicesCommand.cpp35 RotatePathIndicesCommand::InitCheck() function in class:RotatePathIndicesCommand
37 status_t ret = PathCommand::InitCheck();
/haiku-fatelf/src/apps/icon-o-matic/transformable/
H A DTransformGradientCommand.cpp48 TransformGradientCommand::InitCheck() function in class:TransformGradientCommand
50 return fGradient != NULL ? TransformCommand::InitCheck() : B_NO_INIT;
/haiku-fatelf/src/kits/package/
H A DActivateRepositoryConfigJob.cpp44 status_t result = repoInfo.InitCheck();
81 && fTargetEntry.InitCheck() == B_OK)
/haiku-fatelf/src/kits/storage/
H A DAddOnMonitor.cpp51 AddOnMonitor::InitCheck() function in class:AddOnMonitor
84 status = fPulseRunner->InitCheck();
88 "fPulseRunner->InitCheck()\n");
/haiku-fatelf/src/libs/print/libprint/
H A DPrinterData.cpp79 if (dir.InitCheck() != B_OK)
83 if (path0.InitCheck() != B_OK)
/haiku-fatelf/src/preferences/datatranslations/
H A DDataTranslationsSettings.cpp37 if (file.InitCheck() == B_OK
57 if (file.InitCheck() == B_OK)
/haiku-fatelf/src/preferences/fonts/
H A DFontsSettings.cpp35 if (file.InitCheck() != B_OK)
56 if (file.InitCheck() == B_OK) {
/haiku-fatelf/src/preferences/screen/
H A DScreenSettings.cpp33 if (file.InitCheck() == B_OK) {
66 if (file.InitCheck() == B_OK)
/haiku-fatelf/src/servers/registrar/mime/
H A DRegistrarThread.cpp54 // InitCheck()
58 RegistrarThread::InitCheck() function in class:RegistrarThread
69 status_t err = InitCheck();
/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A DFile.cpp41 File::InitCheck() function in class:BFS::File
43 return fStream.InitCheck();
/haiku-fatelf/src/tests/kits/app/
H A DDanoMessageTest.cpp31 if (file.InitCheck() != B_OK) {
32 fprintf(stderr, "Could not open message \"%s\": %s\n", argv[i], strerror(file.InitCheck()));
/haiku-fatelf/src/tests/kits/game/push_game_sound_test2/
H A Dpush_game_sound_test.cpp57 if (pushGameSound.InitCheck() != B_OK) {
59 strerror(pushGameSound.InitCheck()));

Completed in 101 milliseconds

<<11121314151617181920>>