Searched refs:get_ref_for_path (Results 1 - 25 of 84) sorted by relevance

1234

/haiku/src/apps/aboutsystem/
H A DHyperTextActions.cpp33 if (get_ref_for_path("/bin/open", &ref))
61 if (get_ref_for_path(fFile.String(), &ref) != B_OK
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliDebugReportCommand.cpp46 if (get_ref_for_path(path.Path(), &ref) == B_OK) {
H A DCliWriteCoreFileCommand.cpp47 if (get_ref_for_path(path.Path(), &ref) == B_OK) {
/haiku/headers/private/shared/
H A DTrackerAddOnAppLaunch.h52 if (get_ref_for_path(image.name, &addonRef) != B_OK)
H A DOpenWithTracker.h34 status = get_ref_for_path(path, &ref);
/haiku/src/tests/kits/storage/
H A DResourceStringsTest.cpp143 get_ref_for_path(path, &ref);
257 CPPUNIT_ASSERT( get_ref_for_path(x86ResFile, &ref) == B_OK );
268 CPPUNIT_ASSERT( get_ref_for_path(ppcResFile, &ref) == B_OK );
279 CPPUNIT_ASSERT( get_ref_for_path(elfFile, &ref) == B_OK );
290 CPPUNIT_ASSERT( get_ref_for_path(pefFile, &ref) == B_OK );
301 CPPUNIT_ASSERT( get_ref_for_path(testFile1, &ref) == B_OK );
312 CPPUNIT_ASSERT( get_ref_for_path(testFile1, &ref) == B_OK );
323 CPPUNIT_ASSERT( get_ref_for_path(emptyFile, &ref) == B_OK );
334 CPPUNIT_ASSERT( get_ref_for_path(noResFile, &ref) == B_OK );
346 CPPUNIT_ASSERT( get_ref_for_path(noSuchFil
[all...]
/haiku/src/tests/kits/app/bmessage/
H A DMessageRefItemTest.h102 err = get_ref_for_path(Path.Path(), &sRef);
125 get_ref_for_path("/boot/beos/apps/camera", &ref);
131 get_ref_for_path("/boot/develop/headers/be/Be.h", &ref);
/haiku/src/apps/expander/
H A DExpanderApp.cpp30 status_t err = get_ref_for_path(argv[i], &ref);
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumerAddOn.cpp116 get_ref_for_path(g_pLogPath, &ref);
H A DNodeHarnessWin.cpp142 ::get_ref_for_path("/boot/optional/sound/virtual (void)", &inRef);
157 ::get_ref_for_path("/tmp/node_log", &logRef);
/haiku/src/bin/
H A Dinstallsound.cpp82 if(get_ref_for_path(argv[2], &ref)!=B_OK || !BEntry(&ref, true).Exists()) {
H A Dnotify.cpp135 if (get_ref_for_path(fIconFile.String(), &fFileRef) < B_OK) {
142 if (get_ref_for_path(argument, &fFile) != B_OK) {
151 if (get_ref_for_path(argument, &ref) != B_OK) {
/haiku/src/apps/debugger/user_interface/report/
H A DReportUserInterface.cpp182 error = get_ref_for_path(fReportPath, &ref);
195 error = get_ref_for_path(path.Path(), &ref);
/haiku/src/apps/packageinstaller/
H A Dmain.cpp85 status_t ret = get_ref_for_path(path.Path(), &ref);
/haiku/src/apps/login/
H A DDesktopWindow.cpp55 get_ref_for_path(path.Path(), &ref);
/haiku/src/tests/kits/media/playsound/
H A Dplayfile.cpp62 if (get_ref_for_path(argv[1], &ref) != B_OK) {
/haiku/src/bin/media_client/
H A DMediaPlay.cpp60 if (get_ref_for_path(uri, &ref) != B_OK) {
/haiku/src/apps/processcontroller/
H A DUtilities.cpp52 get_ref_for_path(kernelPath.Path(), &info.ref);
93 if (get_ref_for_path(path, &ref) == B_OK)
120 if (get_ref_for_path (info.name, &ref) == B_OK)
/haiku/headers/os/storage/
H A DEntry.h115 status_t get_ref_for_path(const char* path, entry_ref* ref);
/haiku/src/apps/networkstatus/
H A DNetworkStatus.cpp196 && get_ref_for_path(info.name, &ref) == B_OK) {
/haiku/headers/build/os/storage/
H A DEntry.h119 status_t get_ref_for_path(const char *path, entry_ref *ref);
/haiku/src/apps/powerstatus/
H A DPowerStatus.cpp140 && get_ref_for_path(info.name, &ref) == B_OK) {
/haiku/src/kits/shared/
H A DQueryFile.cpp137 fStatus = get_ref_for_path(path, &ref);
230 status_t status = get_ref_for_path(path, &ref);
/haiku/src/tests/kits/app/common/
H A DAppRunner.cpp55 get_ref_for_path(command, &fRef);
309 error = get_ref_for_path(path.String(), ref);
/haiku/src/preferences/sounds/
H A DHWindow.cpp190 ::get_ref_for_path(path, &ref);
386 ::get_ref_for_path(path.Path(), &ref);
420 ::get_ref_for_path(item_path.Path(), &ref);

Completed in 233 milliseconds

1234