Searched refs:B_READ_ONLY (Results 126 - 150 of 253) sorted by path

1234567891011

/haiku/src/apps/codycam/
H A DFtpClient.cpp201 BFile infile(local.c_str(), B_READ_ONLY);
/haiku/src/apps/cortex/InfoView/
H A DAppNodeInfoView.cpp97 BFile appFile(&appInfo.ref, B_READ_ONLY);
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp1792 BFile file(ref, B_READ_ONLY);
/haiku/src/apps/cortex/RouteApp/
H A DRouteApp.cpp441 BFile file(&entry, B_READ_ONLY);
558 BFile file(ref, B_READ_ONLY);
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.cpp330 status_t status = _OpenSettings(file, B_READ_ONLY);
/haiku/src/apps/deskbar/
H A DBarApp.cpp1069 BFile file(&appInfo.ref, B_READ_ONLY);
H A DDeskbarMenu.cpp566 BFile file(&ref, B_READ_ONLY);
H A DStatusView.cpp495 BFile file(path.Path(), B_READ_ONLY);
961 status_t status = file.SetTo(&ref, B_READ_ONLY);
/haiku/src/apps/deskcalc/
H A DCalcApplication.cpp157 ret = file->SetTo(prefsPath.Path(), B_READ_ONLY);
H A DCalcView.cpp837 if (file.SetTo(&ref, B_READ_ONLY) == B_OK) {
1473 BFile file(&appRef, B_READ_ONLY);
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp477 status = fFile.SetTo(&entry, B_READ_ONLY);
/haiku/src/apps/diskusage/
H A DApp.cpp84 || settingsFile.SetTo(path.Path(), B_READ_ONLY) != B_OK
/haiku/src/apps/expander/
H A DExpanderSettings.cpp86 if (Open(&file, B_READ_ONLY) != B_OK)
/haiku/src/apps/haikudepot/util/
H A DAppUtils.cpp106 BFile file(&info.ref, B_READ_ONLY);
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp680 BFile file(&ref, B_READ_ONLY);
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp229 BFile file(ref, B_READ_ONLY);
/haiku/src/apps/installer/
H A DCopyEngine.cpp180 BFile source(&_source, B_READ_ONLY);
/haiku/src/apps/mail/
H A DAddressTextControl.cpp725 BFile file(&ref, B_READ_ONLY);
H A DContent.cpp721 BFile file(&ref, B_READ_ONLY);
1132 BFile file(&ref, B_READ_ONLY);
H A DMailApp.cpp523 BFile words(kWordsPath, B_READ_ONLY);
736 if (settingsFile.SetTo (&settingsEntry, B_READ_ONLY) != B_OK)
835 status = file.SetTo(path.Path(), B_READ_ONLY);
995 status = file.SetTo(path.Path(), B_READ_ONLY);
H A DMailWindow.cpp220 BFile file(ref, B_READ_ONLY);
1022 BFile file(fRef, B_READ_ONLY);
2202 BFile file(window->fRef, B_READ_ONLY);
2444 BFile file(&appInfo.ref, B_READ_ONLY);
2885 BFile file(fRef, B_READ_ONLY);
H A DWIndex.cpp82 if (dataFile->SetTo(dataPath, B_READ_ONLY) != B_OK) {
94 if (indexFile.SetTo(indexPath, B_READ_ONLY) == B_OK) {
/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp388 BFile file(&entry, B_READ_ONLY);
H A DPlaylist.cpp550 BFile file(&ref, B_READ_ONLY);
576 BFile file(&ref, B_READ_ONLY);
692 BFile appFile(&appInfo.ref, B_READ_ONLY);
741 BFile file(ref, B_READ_ONLY);
H A DPlaylistFileReader.cpp98 BFile file(&ref, B_READ_ONLY);
124 BFile file(&ref, B_READ_ONLY);

Completed in 170 milliseconds

1234567891011