Searched refs:get_ref_for_path (Results 26 - 50 of 84) sorted by relevance

1234

/haiku/src/apps/bootmanager/
H A DFileSelectionPage.cpp170 get_ref_for_path(parent.Path(), &base) == B_OK)
/haiku/src/apps/showimage/
H A DShowImageApp.cpp80 status_t err = get_ref_for_path(path.Path(), &ref);
/haiku/src/apps/haikudepot/packagemanagement/
H A DOpenPackageProcess.cpp172 status = get_ref_for_path(path.Path(), &ref);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistFileReader.cpp48 status_t err = get_ref_for_path(path.Path(), &refPath);
/haiku/src/bin/desklink/
H A Ddesklink.cpp70 if (get_ref_for_path(argv[0], &ref) == B_OK) {
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.cpp178 get_ref_for_path(path.Path(), &ref);
/haiku/src/kits/game/
H A DSimpleGameSound.cpp41 if (get_ref_for_path(inFile, &file) != B_OK)
H A DFileGameSound.cpp91 if (get_ref_for_path(file, &node) != B_OK)
/haiku/src/bin/
H A Dtrash.cpp78 err = get_ref_for_path(f, &er);
H A Durlwrapper.cpp383 if (get_ref_for_path(path.String(), &ref) < B_OK)
511 if (get_ref_for_path(prettyPath.String(), &ref) < B_OK)
/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp325 get_ref_for_path(path.Path(), &ref);
/haiku/src/kits/media/
H A DDormantNodeManager.cpp201 status_t status = get_ref_for_path(path, &ref);
H A DControllable.cpp366 if (get_ref_for_path(info.name, &ref) != B_OK) {
/haiku/src/tests/servers/registrar/
H A DRosterShell.cpp122 status_t error = get_ref_for_path(program.c_str(), &ref);
/haiku/src/tests/kits/storage/
H A DNodeInfoTest.cpp700 CHK(get_ref_for_path(testFile3, &testRef1) == B_OK);
701 CHK(get_ref_for_path(testFile4, &testRef2) == B_OK);
702 CHK(get_ref_for_path(abstractTestEntry, &abstractRef) == B_OK);
848 CHK(get_ref_for_path(testFile1, &testRef1) == B_OK);
/haiku/src/build/libbe/storage/
H A DMimeType.cpp416 status_t error = get_ref_for_path(filename, &ref);
/haiku/src/kits/tracker/
H A DNavigator.cpp173 get_ref_for_path(path.Path(), &ref);
H A DFilePanel.cpp307 status_t err = get_ref_for_path(path, &ref);
/haiku/src/apps/text_search/
H A DGrepWindow.cpp1282 if (get_ref_for_path(path.String(), &ref) == B_OK)
1380 if (get_ref_for_path(filePath.String(), &file_ref) != B_OK)
1486 if (get_ref_for_path(fModel->fFilePanelPath.String(), &path) != B_OK) {
1487 printf("get_ref_for_path() failed for saved fFilePanelPath: '%s'\n",
1494 if (get_ref_for_path(home.Path(), &path) != B_OK) {
1495 printf("'get_ref_for_path()' failed for: '%s'. Bailing out.\n", home.Path());
1644 status = get_ref_for_path(path->Path(), &folderRef);
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp411 status_t status = get_ref_for_path(fPath.Path(), &ref);
546 if (get_ref_for_path(containingFolder.Path(), &ref) != B_OK)
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPProtocol.cpp298 status = get_ref_for_path(path.Path(), &ref);
/haiku/src/apps/icon-o-matic/
H A DIconEditorApp.cpp275 if (get_ref_for_path(argv[i], &ref) == B_OK) {
/haiku/src/apps/cortex/RouteApp/
H A DDormantNodeIO.cpp491 status_t err = get_ref_for_path(data, &r);
494 text << "_read_entry_ref(): get_ref_for_path('" << data << "') failed:\n"
/haiku/src/preferences/keymap/
H A DKeymapWindow.cpp156 get_ref_for_path(path.Path(), &ref);
160 get_ref_for_path(path.Path(), &ref);
1009 return get_ref_for_path(path.Path(), &ref);
/haiku/src/servers/media/
H A DMediaFilesManager.cpp493 get_ref_for_path(path, &ref);

Completed in 387 milliseconds

1234