Searched refs:B_READ_ONLY (Results 26 - 50 of 253) sorted by relevance

1234567891011

/haiku/src/servers/input/
H A DKeyboardSettings.cpp25 if (file.SetTo(path.Path(), B_READ_ONLY) < B_OK)
/haiku/src/apps/text_search/
H A DModel.h120 uint32 openMode = B_READ_ONLY,
/haiku/src/apps/cortex/InfoView/
H A DAppNodeInfoView.cpp97 BFile appFile(&appInfo.ref, B_READ_ONLY);
/haiku/src/servers/package/
H A DPackageFile.cpp55 status_t error = file.SetTo(&entryRef, B_READ_ONLY);
/haiku/src/preferences/input/
H A DInputIcons.cpp34 BFile executableFile(&info.ref, B_READ_ONLY);
H A DInputTouchpadPref.cpp96 BFile settingsFile(path.Path(), B_READ_ONLY);
/haiku/src/apps/haiku3d/mesh/
H A DStaticMesh.cpp101 BFile file(fileName, B_READ_ONLY);
127 BFile file(&info.ref, B_READ_ONLY);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistFileReader.cpp98 BFile file(&ref, B_READ_ONLY);
124 BFile file(&ref, B_READ_ONLY);
/haiku/src/tests/kits/media/media_decoder/
H A Dmedia_decoder.cpp41 BFile * file = new BFile(argv[1],B_READ_ONLY);
/haiku/src/bin/
H A Dlistres.cpp96 BFile file(argv[i], B_READ_ONLY);
/haiku/src/tests/kits/media/
H A DVideoDecoder.cpp80 fFile = new BFile(path, B_READ_ONLY);
/haiku/src/apps/diskusage/
H A DApp.cpp84 || settingsFile.SetTo(path.Path(), B_READ_ONLY) != B_OK
/haiku/src/apps/deskcalc/
H A DCalcApplication.cpp157 ret = file->SetTo(prefsPath.Path(), B_READ_ONLY);
/haiku/src/tests/add-ons/translators/tgatranslator/
H A DTGATranslatorTest.cpp126 CPPUNIT_ASSERT(file.SetTo(pinfo[i].imagePath, B_READ_ONLY) == B_OK);
170 B_READ_ONLY);
286 CPPUNIT_ASSERT(tgafile.SetTo(paths[i].tgaPath, B_READ_ONLY) == B_OK);
287 CPPUNIT_ASSERT(bitsfile.SetTo(paths[i].bitsPath, B_READ_ONLY) == B_OK);
377 B_READ_ONLY);
/haiku/src/apps/mail/
H A DSettings.cpp243 status = file.SetTo(path.Path(), B_READ_ONLY);
247 status = file.SetTo(path.Path(), B_READ_ONLY);
454 if (settingsFile.SetTo (&settingsEntry, B_READ_ONLY) != B_OK)
H A DMailSupport.cpp139 BFile file(&entry, B_READ_ONLY);
/haiku/src/apps/people/
H A DPersonView.cpp61 file = new BFile(fRef, B_READ_ONLY);
215 BFile file(&entry, B_READ_ONLY);
360 file = new(std::nothrow) BFile(fRef, B_READ_ONLY);
/haiku/src/apps/drivesetup/
H A DDriveSetup.cpp134 uint32 readFlags = B_READ_ONLY;
/haiku/src/add-ons/index_server/fulltext/
H A DFullTextAnalyser.cpp116 BFile file(&ref, B_READ_ONLY);
/haiku/src/tests/add-ons/print/transports/
H A Dmain.cpp154 BFile data(argv[1], B_READ_ONLY);
/haiku/src/apps/haikudepot/ui_generic/
H A Dsupport.cpp40 BFile file(path.Path(), B_READ_ONLY);
/haiku/src/libs/compat/freebsd_network/
H A Dfirmware.c81 fileDescriptor = open(firmwarePath, B_READ_ONLY);
/haiku/src/preferences/repositories/
H A DRepositoriesSettings.cpp100 status_t status = fFile.SetTo(fFilePath.Path(), B_READ_ONLY);
/haiku/src/add-ons/input_server/devices/wacom/
H A DDeviceReader.cpp47 fDeviceFile = new BFile(path, B_READ_ONLY);
/haiku/src/add-ons/input_server/filters/padblocker/
H A DPadBlocker.cpp107 BFile settingsFile(path.Path(), B_READ_ONLY);

Completed in 216 milliseconds

1234567891011