Searched refs:B_READ_ONLY (Results 1 - 25 of 253) sorted by path

1234567891011

/haiku/headers/os/storage/
H A DStorageDefs.h23 #define B_READ_ONLY O_RDONLY /* read only */ macro
/haiku/src/add-ons/accelerants/radeon/
H A Dsettings.cpp45 BFile file( path.Path(), B_READ_ONLY );
/haiku/src/add-ons/index_server/
H A DIndexServerAddOn.cpp60 BFile file(path.Path(), B_READ_ONLY);
/haiku/src/add-ons/index_server/audiotags/
H A DAudioTagAnalyser.cpp45 BFile file(&ref, B_READ_ONLY);
64 BFile file(&ref, B_READ_ONLY);
/haiku/src/add-ons/index_server/fulltext/
H A DCLuceneDataBase.cpp247 inFile.SetTo(path.Path(), B_READ_ONLY);
H A DFullTextAnalyser.cpp116 BFile file(&ref, B_READ_ONLY);
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyCommandMap.cpp249 BFile file(fFileName, B_READ_ONLY);
/haiku/src/add-ons/kernel/file_systems/nfs4/idmapper/
H A DIdMapper.cpp228 BFile file(path.Path(), B_READ_ONLY);
/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp155 BFile objectFile(&catalogOwner, B_READ_ONLY);
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkAddOn.cpp287 BFile file(path.Path(),B_READ_ONLY);
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundAddOn.cpp402 BFile file(path.Path(), B_READ_ONLY);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.cpp140 BFile file( settings_path.Path(), B_READ_ONLY );
/haiku/src/add-ons/media/media-add-ons/reader/
H A DMediaReader.cpp135 status_t status = AbstractFileInterfaceNode::SetRef(file,B_READ_ONLY,create,out_time);
/haiku/src/add-ons/print/drivers/postscript/
H A DPPDParser.cpp24 BFile file(&dir, fname, B_READ_ONLY);
31 BFile file(path.Path(), B_READ_ONLY);
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DLiveSettings.cpp250 result = settingsFile.SetTo(fSettingsPath.Path(), B_READ_ONLY);
H A DSlideShowSaver.cpp294 BFile file(&ref, B_READ_ONLY);
375 BFile file(pref, B_READ_ONLY);
/haiku/src/add-ons/translators/raw/
H A Dmain.cpp40 status_t status = file.SetTo(argv[i], B_READ_ONLY);
/haiku/src/add-ons/translators/rtf/
H A Dmain.cpp36 status_t status = input.SetTo(argv[i], B_READ_ONLY);
/haiku/src/apps/bootmanager/
H A DBootManagerController.cpp237 BFile file(path.String(), B_READ_ONLY);
/haiku/src/apps/debuganalyzer/util/
H A DDataSource.cpp79 return file.SetTo(fPath.Path(), B_READ_ONLY);
121 return file.SetTo(&fRef, B_READ_ONLY);
/haiku/src/apps/debugger/settings/
H A DDebuggerSettingsManager.cpp138 status_t error = file.SetTo(fSettingsPath.Path(), B_READ_ONLY);
/haiku/src/apps/deskbar/
H A DPreferencesWindow.cpp402 status = file->SetTo(prefsPath.Path(), B_READ_ONLY);
H A DResourceSet.cpp739 BFile file(&entry, B_READ_ONLY);
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp127 if (Open(&file, B_READ_ONLY) != B_OK)
/haiku/src/apps/drivesetup/
H A DDriveSetup.cpp134 uint32 readFlags = B_READ_ONLY;

Completed in 141 milliseconds

1234567891011