Symbol: get_ref_for_path
headers/build/os/storage/Entry.h
119
status_t get_ref_for_path(const char *path, entry_ref *ref);
headers/os/storage/Entry.h
115
status_t get_ref_for_path(const char* path, entry_ref* ref);
headers/private/shared/OpenWithTracker.h
34
status = get_ref_for_path(path, &ref);
headers/private/shared/TrackerAddOnAppLaunch.h
52
if (get_ref_for_path(image.name, &addonRef) != B_OK)
src/add-ons/mail_daemon/inbound_filters/spam_filter/SpamFilter.cpp
178
get_ref_for_path(path.Path(), &ref);
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPFolder.cpp
68
return get_ref_for_path(fPath.Path(), &ref);
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPProtocol.cpp
298
status = get_ref_for_path(path.Path(), &ref);
src/apps/aboutsystem/HyperTextActions.cpp
33
if (get_ref_for_path("/bin/open", &ref))
src/apps/aboutsystem/HyperTextActions.cpp
61
if (get_ref_for_path(fFile.String(), &ref) != B_OK
src/apps/bootmanager/FileSelectionPage.cpp
170
get_ref_for_path(parent.Path(), &base) == B_OK)
src/apps/cortex/RouteApp/DormantNodeIO.cpp
491
status_t err = get_ref_for_path(data, &r);
src/apps/cortex/addons/LoggingConsumer/LoggingConsumerAddOn.cpp
116
get_ref_for_path(g_pLogPath, &ref);
src/apps/cortex/addons/LoggingConsumer/NodeHarnessWin.cpp
142
::get_ref_for_path("/boot/optional/sound/virtual (void)", &inRef);
src/apps/cortex/addons/LoggingConsumer/NodeHarnessWin.cpp
157
::get_ref_for_path("/tmp/node_log", &logRef);
src/apps/debugger/user_interface/cli/commands/CliDebugReportCommand.cpp
46
if (get_ref_for_path(path.Path(), &ref) == B_OK) {
src/apps/debugger/user_interface/cli/commands/CliWriteCoreFileCommand.cpp
47
if (get_ref_for_path(path.Path(), &ref) == B_OK) {
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2149
if (get_ref_for_path(path.Path(), &ref) != B_OK)
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
2090
if (get_ref_for_path(item->Label(), &ref) == B_OK) {
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
413
if (get_ref_for_path(path.Path(), &ref) == B_OK) {
src/apps/debugger/user_interface/gui/teams_window/TeamsListView.cpp
243
get_ref_for_path(kernelPath.Path(), &appInfo.ref);
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
182
error = get_ref_for_path(fReportPath, &ref);
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
195
error = get_ref_for_path(path.Path(), &ref);
src/apps/expander/ExpanderApp.cpp
30
status_t err = get_ref_for_path(argv[i], &ref);
src/apps/expander/ExpanderWindow.cpp
570
get_ref_for_path(parent.Path(), &fDestRef);
src/apps/firstbootprompt/BootPromptWindow.cpp
598
return get_ref_for_path(path.Path(), &ref);
src/apps/haikudepot/packagemanagement/OpenPackageProcess.cpp
172
status = get_ref_for_path(path.Path(), &ref);
src/apps/icon-o-matic/IconEditorApp.cpp
278
if (get_ref_for_path(argv[i], &ref) == B_OK) {
src/apps/login/DesktopWindow.cpp
55
get_ref_for_path(path.Path(), &ref);
src/apps/mail/MailWindow.cpp
2896
get_ref_for_path(path.Path(),&ref);
src/apps/mediaplayer/media_node_framework/audio/AudioProducer.cpp
63
get_ref_for_path("/boot/home/Desktop/test.wav", &ref);
src/apps/mediaplayer/playlist/FilePlaylistItem.cpp
49
if (get_ref_for_path(path, &ref) == B_OK) {
src/apps/mediaplayer/playlist/Playlist.cpp
563
if ((err = get_ref_for_path(path.Path(), &refPath)) == B_OK) {
src/apps/mediaplayer/playlist/PlaylistFileReader.cpp
48
status_t err = get_ref_for_path(path.Path(), &refPath);
src/apps/networkstatus/NetworkStatus.cpp
207
&& get_ref_for_path(info.name, &ref) == B_OK) {
src/apps/packageinstaller/main.cpp
85
status_t ret = get_ref_for_path(path.Path(), &ref);
src/apps/powerstatus/PowerStatus.cpp
147
&& get_ref_for_path(info.name, &ref) == B_OK) {
src/apps/processcontroller/Utilities.cpp
120
if (get_ref_for_path (info.name, &ref) == B_OK)
src/apps/processcontroller/Utilities.cpp
52
get_ref_for_path(kernelPath.Path(), &info.ref);
src/apps/processcontroller/Utilities.cpp
93
if (get_ref_for_path(path, &ref) == B_OK)
src/apps/showimage/ShowImageApp.cpp
80
status_t err = get_ref_for_path(path.Path(), &ref);
src/apps/stylededit/StyledEditApp.cpp
345
get_ref_for_path(path.Path(), &ref);
src/apps/stylededit/StyledEditWindow.cpp
1124
get_ref_for_path(documentPath.Path(), &documentRef);
src/apps/text_search/GrepWindow.cpp
1398
if (get_ref_for_path(path.String(), &ref) == B_OK)
src/apps/text_search/GrepWindow.cpp
1502
if (get_ref_for_path(filePath.String(), &file_ref) != B_OK)
src/apps/text_search/GrepWindow.cpp
1608
if (get_ref_for_path(fModel->fFilePanelPath.String(), &path) != B_OK) {
src/apps/text_search/GrepWindow.cpp
1616
if (get_ref_for_path(home.Path(), &path) != B_OK) {
src/apps/text_search/GrepWindow.cpp
1775
status = get_ref_for_path(path->Path(), &folderRef);
src/apps/webpositive/BrowserWindow.cpp
2165
status = get_ref_for_path(path.Path(), &ref);
src/apps/webpositive/BrowserWindow.cpp
2793
ret = get_ref_for_path(pathToPageSource.Path(), &ref);
src/apps/webpositive/BrowserWindow.cpp
497
&& get_ref_for_path(bookmarkPath.Path(), &bookmarkRef) == B_OK) {
src/apps/webpositive/DownloadProgressView.cpp
429
status_t status = get_ref_for_path(fPath.Path(), &ref);
src/apps/webpositive/DownloadWindow.cpp
269
status_t status = get_ref_for_path(fDownloadPath.String(), &ref);
src/bin/desklink/MediaReplicant.cpp
443
status_t status = get_ref_for_path(path, &ref);
src/bin/desklink/desklink.cpp
70
if (get_ref_for_path(argv[0], &ref) == B_OK) {
src/bin/hey.cpp
948
if (get_ref_for_path(valuestring + 5, &file_ref) != B_OK)
src/bin/installsound.cpp
82
if(get_ref_for_path(argv[2], &ref)!=B_OK || !BEntry(&ref, true).Exists()) {
src/bin/media_client/MediaPlay.cpp
60
if (get_ref_for_path(uri, &ref) != B_OK) {
src/bin/mountvolume.cpp
132
status = get_ref_for_path(mountPoint.Path(), &ref);
src/bin/notify.cpp
135
if (get_ref_for_path(fIconFile.String(), &fFileRef) < B_OK) {
src/bin/notify.cpp
142
if (get_ref_for_path(argument, &fFile) != B_OK) {
src/bin/notify.cpp
151
if (get_ref_for_path(argument, &ref) != B_OK) {
src/bin/setmime.cpp
979
if (get_ref_for_path(value, &appHint) != B_OK)
src/bin/trash.cpp
78
err = get_ref_for_path(f, &er);
src/bin/urlwrapper.cpp
383
if (get_ref_for_path(path.String(), &ref) < B_OK)
src/bin/urlwrapper.cpp
511
if (get_ref_for_path(prettyPath.String(), &ref) < B_OK)
src/build/libbe/storage/MimeType.cpp
416
status_t error = get_ref_for_path(filename, &ref);
src/build/libbe/storage/NodeInfo.cpp
516
error = get_ref_for_path(path, ref);
src/kits/game/FileGameSound.cpp
91
if (get_ref_for_path(file, &node) != B_OK)
src/kits/game/SimpleGameSound.cpp
41
if (get_ref_for_path(inFile, &file) != B_OK)
src/kits/mail/MailSettings.cpp
455
status_t status = get_ref_for_path(path.Path(), &fRef);
src/kits/media/Controllable.cpp
366
if (get_ref_for_path(info.name, &ref) != B_OK) {
src/kits/media/DormantNodeManager.cpp
201
status_t status = get_ref_for_path(path, &ref);
src/kits/shared/QueryFile.cpp
137
fStatus = get_ref_for_path(path, &ref);
src/kits/shared/QueryFile.cpp
230
status_t status = get_ref_for_path(path, &ref);
src/kits/storage/NodeInfo.cpp
407
result = get_ref_for_path(path, ref);
src/kits/tracker/ContainerWindow.cpp
3179
get_ref_for_path(path.Path(), &submenuRef);
src/kits/tracker/DeskWindow.cpp
267
if (get_ref_for_path(path.Path(), &ref) == B_OK)
src/kits/tracker/FilePanel.cpp
307
status_t err = get_ref_for_path(path, &ref);
src/kits/tracker/FilePanelPriv.cpp
1324
|| get_ref_for_path(path.Path(), &ref) != B_OK) {
src/kits/tracker/FilePanelPriv.cpp
1337
|| get_ref_for_path(homePath.Path(), &ref) != B_OK) {
src/kits/tracker/FilePanelPriv.cpp
1380
if (get_ref_for_path(path.Path(), &ref) == B_OK) {
src/kits/tracker/Navigator.cpp
174
get_ref_for_path(path.Path(), &ref);
src/kits/tracker/Tracker.cpp
1039
} else if (get_ref_for_path(argv[index], &ref) == B_OK)
src/kits/tracker/VirtualDirectoryManager.cpp
590
if (get_ref_for_path(path.Path(), _ref) != B_OK)
src/preferences/backgrounds/BackgroundsView.cpp
280
get_ref_for_path(path.Path(), &ref);
src/preferences/backgrounds/BackgroundsView.cpp
445
status_t error = get_ref_for_path(path.Path(), &fCurrentRef);
src/preferences/backgrounds/BackgroundsView.cpp
460
status_t error = get_ref_for_path(pathString.String(), &fCurrentRef);
src/preferences/backgrounds/BackgroundsView.cpp
471
status_t error = get_ref_for_path(path.Path(), &fCurrentRef);
src/preferences/keymap/KeyboardLayout.cpp
137
get_ref_for_path(path, &ref);
src/preferences/keymap/KeymapWindow.cpp
1009
return get_ref_for_path(path.Path(), &ref);
src/preferences/keymap/KeymapWindow.cpp
156
get_ref_for_path(path.Path(), &ref);
src/preferences/keymap/KeymapWindow.cpp
160
get_ref_for_path(path.Path(), &ref);
src/preferences/sounds/HWindow.cpp
194
get_ref_for_path(path.Path(), &fPathRef);
src/preferences/sounds/HWindow.cpp
208
::get_ref_for_path(path, &ref);
src/preferences/sounds/HWindow.cpp
402
::get_ref_for_path(path.Path(), &ref);
src/preferences/sounds/HWindow.cpp
439
::get_ref_for_path(item_path.Path(), &ref);
src/servers/launch/Job.cpp
384
status_t status = get_ref_for_path(
src/servers/mail/MailDaemonApplication.cpp
212
if (get_ref_for_path(path.Path(), &ref) == B_OK) {
src/servers/media/MediaFilesManager.cpp
496
get_ref_for_path(path, &ref);
src/servers/registrar/TRoster.cpp
1942
streamError = get_ref_for_path(path, &ref);
src/tests/kits/app/bmessage/MessageRefItemTest.h
102
err = get_ref_for_path(Path.Path(), &sRef);
src/tests/kits/app/bmessage/MessageRefItemTest.h
125
get_ref_for_path("/boot/beos/apps/camera", &ref);
src/tests/kits/app/bmessage/MessageRefItemTest.h
131
get_ref_for_path("/boot/develop/headers/be/Be.h", &ref);
src/tests/kits/app/common/AppRunner.cpp
309
error = get_ref_for_path(path.String(), ref);
src/tests/kits/app/common/AppRunner.cpp
55
get_ref_for_path(command, &fRef);
src/tests/kits/media/playsound/playfile.cpp
62
if (get_ref_for_path(argv[1], &ref) != B_OK) {
src/tests/kits/storage/EntryTest.cpp
2179
CPPUNIT_ASSERT( get_ref_for_path(path, &ref) == B_ENTRY_NOT_FOUND );
src/tests/kits/storage/EntryTest.cpp
2181
CPPUNIT_ASSERT( get_ref_for_path(path, &ref) == B_OK );
src/tests/kits/storage/EntryTest.cpp
2195
CPPUNIT_ASSERT( get_ref_for_path(path2, &ref2) == B_OK );
src/tests/kits/storage/EntryTest.cpp
2214
CPPUNIT_ASSERT( get_ref_for_path("/", &ref) == B_OK );
src/tests/kits/storage/EntryTest.cpp
2222
CPPUNIT_ASSERT( get_ref_for_path("/boot", &ref) == B_OK );
src/tests/kits/storage/MimeTypeTest.cpp
3239
CHK(get_ref_for_path("/boot/beos/apps/StyledEdit", &appHintRef) == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
3337
CHK(get_ref_for_path("/boot/beos/apps/NetPositive", &appHintRef2) == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
4774
CHK(get_ref_for_path(filename, &ref) == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
4797
CHK(get_ref_for_path(filename.c_str(), &ref) == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
4809
CHK(get_ref_for_path(filename, &ref) == B_OK);
src/tests/kits/storage/NodeInfoTest.cpp
700
CHK(get_ref_for_path(testFile3, &testRef1) == B_OK);
src/tests/kits/storage/NodeInfoTest.cpp
701
CHK(get_ref_for_path(testFile4, &testRef2) == B_OK);
src/tests/kits/storage/NodeInfoTest.cpp
702
CHK(get_ref_for_path(abstractTestEntry, &abstractRef) == B_OK);
src/tests/kits/storage/NodeInfoTest.cpp
848
CHK(get_ref_for_path(testFile1, &testRef1) == B_OK);
src/tests/kits/storage/QueryTest.cpp
1309
CPPUNIT_ASSERT( get_ref_for_path(entry->cpath, &ref) == B_OK );
src/tests/kits/storage/ResourceStringsTest.cpp
143
get_ref_for_path(path, &ref);
src/tests/kits/storage/ResourceStringsTest.cpp
257
CPPUNIT_ASSERT( get_ref_for_path(x86ResFile, &ref) == B_OK );
src/tests/kits/storage/ResourceStringsTest.cpp
268
CPPUNIT_ASSERT( get_ref_for_path(ppcResFile, &ref) == B_OK );
src/tests/kits/storage/ResourceStringsTest.cpp
279
CPPUNIT_ASSERT( get_ref_for_path(elfFile, &ref) == B_OK );
src/tests/kits/storage/ResourceStringsTest.cpp
290
CPPUNIT_ASSERT( get_ref_for_path(pefFile, &ref) == B_OK );
src/tests/kits/storage/ResourceStringsTest.cpp
301
CPPUNIT_ASSERT( get_ref_for_path(testFile1, &ref) == B_OK );
src/tests/kits/storage/ResourceStringsTest.cpp
312
CPPUNIT_ASSERT( get_ref_for_path(testFile1, &ref) == B_OK );
src/tests/kits/storage/ResourceStringsTest.cpp
323
CPPUNIT_ASSERT( get_ref_for_path(emptyFile, &ref) == B_OK );
src/tests/kits/storage/ResourceStringsTest.cpp
334
CPPUNIT_ASSERT( get_ref_for_path(noResFile, &ref) == B_OK );
src/tests/kits/storage/ResourceStringsTest.cpp
346
CPPUNIT_ASSERT( get_ref_for_path(noSuchFile, &ref) == B_OK );
src/tests/kits/storage/ResourceStringsTest.cpp
359
CPPUNIT_ASSERT( get_ref_for_path(testFile1, &ref) == B_OK );
src/tests/kits/storage/ResourceStringsTest.cpp
386
CPPUNIT_ASSERT( get_ref_for_path(x86ResFile, &ref) == B_OK );
src/tests/kits/storage/ResourceStringsTest.cpp
398
CPPUNIT_ASSERT( get_ref_for_path(ppcResFile, &ref) == B_OK );
src/tests/kits/storage/ResourceStringsTest.cpp
410
CPPUNIT_ASSERT( get_ref_for_path(elfFile, &ref) == B_OK );
src/tests/kits/storage/ResourceStringsTest.cpp
422
CPPUNIT_ASSERT( get_ref_for_path(pefFile, &ref) == B_OK );
src/tests/kits/storage/ResourceStringsTest.cpp
434
CPPUNIT_ASSERT( get_ref_for_path(testFile1, &ref) == B_OK );
src/tests/kits/storage/ResourceStringsTest.cpp
446
CPPUNIT_ASSERT( get_ref_for_path(testFile1, &ref) == B_OK );
src/tests/kits/storage/ResourceStringsTest.cpp
458
CPPUNIT_ASSERT( get_ref_for_path(emptyFile, &ref) == B_OK );
src/tests/kits/storage/ResourceStringsTest.cpp
470
CPPUNIT_ASSERT( get_ref_for_path(noResFile, &ref) == B_OK );
src/tests/kits/storage/ResourceStringsTest.cpp
484
CPPUNIT_ASSERT( get_ref_for_path(noSuchFile, &ref) == B_OK );
src/tests/servers/registrar/RosterShell.cpp
122
status_t error = get_ref_for_path(program.c_str(), &ref);