Searched refs:B_READ_ONLY (Results 151 - 175 of 253) sorted by relevance

1234567891011

/haiku/src/servers/launch/
H A DConditions.cpp517 BFile file(fPath.Path(), B_READ_ONLY);
/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp155 BFile objectFile(&catalogOwner, B_READ_ONLY);
/haiku/src/kits/storage/mime/
H A DSnifferRules.cpp181 err = file.SetTo(ref, B_READ_ONLY);
/haiku/src/kits/storage/
H A DMime.cpp339 status = file.SetTo(path.Path(), B_READ_ONLY);
/haiku/src/tools/locale/
H A DDefaultCatalog.cpp136 status_t res = catalogFile.SetTo(path, B_READ_ONLY);
/haiku/src/tools/translation/tiffinfo/
H A Dtiffinfo.cpp543 BFile file(filepath, B_READ_ONLY);
/haiku/src/tools/translation/tgainfo/
H A Dtgainfo.cpp387 if (file.SetTo(argv[i], B_READ_ONLY) != B_OK)
/haiku/src/tools/translation/stxtinfo/
H A Dstxtinfo.cpp402 BFile file(argv[1], B_READ_ONLY);
/haiku/src/kits/package/
H A DRepositoryInfo.cpp339 BFile file(&entry, B_READ_ONLY);
/haiku/src/apps/poorman/
H A DPoorManServer.cpp395 BFile file(hc->expnfilename, B_READ_ONLY);
/haiku/src/apps/people/
H A DPeopleApp.cpp275 BFile file(&ref, B_READ_ONLY);
/haiku/src/preferences/filetypes/
H A DIconView.cpp214 BFile file(&ref, B_READ_ONLY);
268 status_t status = file.SetTo(&ref, B_READ_ONLY);
1060 BFile file(&fRef, B_READ_ONLY);
1342 BFile file(ref, B_READ_ONLY);
/haiku/src/servers/index/
H A DVolumeWatcher.cpp365 BFile file(path.Path(), B_READ_ONLY);
/haiku/src/servers/print/
H A DPrintServerApp.cpp552 uint32 openMode = forReading ? B_READ_ONLY : B_CREATE_FILE | B_ERASE_FILE
/haiku/src/preferences/keymap/
H A DKeymap.cpp131 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/midiplayer/
H A DMidiPlayerWindow.cpp327 BFile file(SETTINGS_FILE, B_READ_ONLY);
/haiku/src/apps/mediaplayer/
H A DMainApp.cpp524 BFile file(path.Path(), B_READ_ONLY);
/haiku/src/servers/media/
H A DMediaFilesManager.cpp463 status_t status = _OpenSettingsFile(file, B_READ_ONLY);
/haiku/src/servers/notification/
H A DNotificationWindow.cpp388 BFile file(path.Path(), B_READ_ONLY | B_CREATE_FILE);
/haiku/src/kits/shared/
H A DKeymap.cpp73 status_t status = file.SetTo(path, B_READ_ONLY);
/haiku/src/preferences/time/
H A DNetworkTimeView.cpp210 BFile file(path.Path(), B_READ_ONLY);
/haiku/src/apps/codycam/
H A DFtpClient.cpp201 BFile infile(local.c_str(), B_READ_ONLY);
/haiku/src/apps/installer/
H A DCopyEngine.cpp180 BFile source(&_source, B_READ_ONLY);
/haiku/src/apps/webpositive/
H A DDownloadWindow.cpp542 if (!_OpenSettingsFile(file, B_READ_ONLY))

Completed in 111 milliseconds

1234567891011