Searched refs:appPath (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/tests/kits/app/common/
H A DPipedAppRunner.cpp40 BString appPath; local
42 appPath = BTestShell::GlobalTestDir();
43 appPath.CharacterEscape(" \t\n!\"'`$&()?*+{}[]<>|", '\\');
44 appPath += "/";
45 appPath += command;
47 appPath += "_r5";
49 command = appPath.String();
H A DAppRunner.cpp50 BString appPath; local
52 find_test_app(command, &appPath);
53 command = appPath.String();
/haiku-fatelf/src/tests/kits/locale/
H A DcatalogSpeed.cpp186 BPath appPath; local
187 appFolder.GetPath(&appPath);
188 chdir(appPath.Path());
H A DcatalogTest.cpp177 BPath appPath; local
178 appFolder.GetPath( &appPath);
179 chdir( appPath.Path());
/haiku-fatelf/src/apps/aboutsystem/
H A DAboutSystem.cpp1770 char appPath[B_PATH_NAME_LENGTH]; local
1772 if (BPrivate::get_app_path(appPath) != B_OK
1773 || (appFD = open(appPath, O_RDONLY)) < 0) {

Completed in 97 milliseconds