Searched refs:get_ref_for_path (Results 51 - 75 of 84) sorted by relevance

1234

/haiku/src/apps/webpositive/
H A DDownloadWindow.cpp267 status_t status = get_ref_for_path(fDownloadPath.String(), &ref);
H A DBrowserWindow.cpp498 && get_ref_for_path(bookmarkPath.Path(), &bookmarkRef) == B_OK) {
2161 status = get_ref_for_path(path.Path(), &ref);
2789 ret = get_ref_for_path(pathToPageSource.Path(), &ref);
/haiku/src/build/libbe/storage/
H A DNodeInfo.cpp516 error = get_ref_for_path(path, ref);
H A DEntry.cpp1116 get_ref_for_path(const char *path, entry_ref *ref) function
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp443 status_t status = get_ref_for_path(path, &ref);
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp243 get_ref_for_path(kernelPath.Path(), &appInfo.ref);
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp598 return get_ref_for_path(path.Path(), &ref);
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp279 get_ref_for_path(path.Path(), &ref);
443 status_t error = get_ref_for_path(path.Path(), &fCurrentRef);
458 status_t error = get_ref_for_path(pathString.String(), &fCurrentRef);
469 status_t error = get_ref_for_path(path.Path(), &fCurrentRef);
/haiku/src/bin/
H A Dmountvolume.cpp132 status = get_ref_for_path(mountPoint.Path(), &ref);
H A Dsetmime.cpp979 if (get_ref_for_path(value, &appHint) != B_OK)
/haiku/src/servers/launch/
H A DJob.cpp384 status_t status = get_ref_for_path(
/haiku/src/kits/storage/
H A DEntry.cpp802 get_ref_for_path(const char* path, entry_ref* ref) function
H A DNodeInfo.cpp407 result = get_ref_for_path(path, ref);
/haiku/src/kits/tracker/
H A DVirtualDirectoryManager.cpp590 if (get_ref_for_path(path.Path(), _ref) != B_OK)
H A DDeskWindow.cpp253 if (get_ref_for_path(path.Path(), &ref) == B_OK)
H A DFilePanelPriv.cpp1319 || get_ref_for_path(homePath.Path(), &ref) != B_OK) {
1362 if (get_ref_for_path(path.Path(), &ref) == B_OK) {
/haiku/src/kits/mail/
H A DMailSettings.cpp455 status_t status = get_ref_for_path(path.Path(), &fRef);
/haiku/src/preferences/keymap/
H A DKeyboardLayout.cpp137 get_ref_for_path(path, &ref);
/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp49 if (get_ref_for_path(path, &ref) == B_OK) {
H A DPlaylist.cpp563 if ((err = get_ref_for_path(path.Path(), &refPath)) == B_OK) {
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp211 if (get_ref_for_path(path.Path(), &ref) == B_OK) {
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp68 return get_ref_for_path(fPath.Path(), &ref);
/haiku/src/tests/kits/storage/
H A DEntryTest.cpp2160 // get_ref_for_path(), <
2179 CPPUNIT_ASSERT( get_ref_for_path(path, &ref) == B_ENTRY_NOT_FOUND );
2181 CPPUNIT_ASSERT( get_ref_for_path(path, &ref) == B_OK );
2195 CPPUNIT_ASSERT( get_ref_for_path(path2, &ref2) == B_OK );
2214 CPPUNIT_ASSERT( get_ref_for_path("/", &ref) == B_OK );
2222 CPPUNIT_ASSERT( get_ref_for_path("/boot", &ref) == B_OK );
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp413 if (get_ref_for_path(path.Path(), &ref) == B_OK) {
2090 if (get_ref_for_path(item->Label(), &ref) == B_OK) {
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioProducer.cpp63 get_ref_for_path("/boot/home/Desktop/test.wav", &ref);

Completed in 1303 milliseconds

1234