Searched refs:get_app_path (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/build/private/app/
H A DAppMisc.h21 status_t get_app_path(team_id team, char *buffer);
22 status_t get_app_path(char *buffer);
/haiku/headers/private/app/
H A DAppMisc.h22 status_t get_app_path(team_id team, char *buffer);
23 status_t get_app_path(char *buffer);
/haiku/src/kits/app/
H A DAppMisc.cpp47 get_app_path(team_id team, char *buffer) function in namespace:BPrivate
79 get_app_path(char *buffer) function in namespace:BPrivate
81 return get_app_path(B_CURRENT_TEAM, buffer);
102 error = get_app_path(team, appFilePath);
/haiku/src/tests/kits/app/broster/testapps/
H A DRosterBroadcastTestApp1.cpp66 // get_app_path
68 get_app_path(char *buffer) function
144 status_t error = get_app_path(path);
H A DRosterLaunchTestApp1.cpp66 // get_app_path
68 get_app_path(char *buffer) function
137 status_t error = get_app_path(path);
H A DRosterWatchingTestApp1.cpp66 // get_app_path
68 get_app_path(char *buffer) function
144 status_t error = get_app_path(path);
/haiku/src/tests/kits/storage/
H A DResourceStringsTest.cpp119 // get_app_path
122 get_app_path() function
152 return ref_for(get_app_path().c_str());
/haiku/src/servers/debug/
H A DDebugServer.cpp439 error = BPrivate::get_app_path(fTeam, fExecutablePath);
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp2002 status_t status = get_app_path(path);
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp2119 if (BPrivate::get_app_path(appPath) != B_OK

Completed in 162 milliseconds