Home
last modified time | relevance | path

Searched refs:appPath (Results 1 – 6 of 6) sorted by relevance

/haiku/src/tests/kits/app/common/
H A DPipedAppRunner.cpp40 BString appPath; in Run() local
42 appPath = BTestShell::GlobalTestDir(); in Run()
43 appPath.CharacterEscape(" \t\n!\"'`$&()?*+{}[]<>|", '\\'); in Run()
44 appPath += "/"; in Run()
45 appPath += command; in Run()
47 appPath += "_r5"; in Run()
49 command = appPath.String(); in Run()
H A DAppRunner.cpp50 BString appPath; in Run() local
52 find_test_app(command, &appPath); in Run()
53 command = appPath.String(); in Run()
/haiku/src/servers/keystore/
H A DKeyring.cpp222 BString appPath; in FindApplication() local
223 if (appMessage.FindString("path", &appPath) != B_OK) in FindApplication()
226 if (appPath == path) in FindApplication()
276 BString appPath; in RemoveApplication() local
277 if (appMessage.FindString("path", &appPath) != B_OK) in RemoveApplication()
280 if (appPath == path) { in RemoveApplication()
/haiku/src/tests/kits/locale/
H A DcatalogSpeed.cpp186 BPath appPath; in main() local
187 appFolder.GetPath(&appPath); in main()
188 chdir(appPath.Path()); in main()
H A DcatalogTest.cpp177 BPath appPath; in main() local
178 appFolder.GetPath( &appPath); in main()
179 chdir( appPath.Path()); in main()
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp2107 char appPath[B_PATH_NAME_LENGTH]; in _AddCopyrightsFromAttribute() local
2109 if (BPrivate::get_app_path(appPath) != B_OK in _AddCopyrightsFromAttribute()
2110 || (appFD = open(appPath, O_RDONLY)) < 0) { in _AddCopyrightsFromAttribute()