Searched refs:terminalPath (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/remotedesktop/
H A DRemoteDesktop.cpp125 BPath terminalPath; local
127 if (find_directory(B_SYSTEM_APPS_DIRECTORY, &terminalPath)
132 if (terminalPath.Append("Terminal") != B_OK) {
136 command = terminalPath.Path();
/haiku/src/servers/debug/
H A DDebugServer.cpp539 BPath terminalPath; local
541 error = find_directory(B_SYSTEM_BIN_DIRECTORY, &terminalPath);
547 error = terminalPath.Append("consoled");
554 error = find_directory(B_SYSTEM_APPS_DIRECTORY, &terminalPath);
560 error = terminalPath.Append("Terminal");
569 if (!arguments.Add(terminalPath.Path()))
/haiku/src/apps/processcontroller/
H A DProcessController.cpp415 BPath terminalPath; local
416 if (find_directory(B_SYSTEM_APPS_DIRECTORY, &terminalPath) == B_OK
417 && terminalPath.Append("Terminal") == B_OK) {
418 launch(kTerminalSig, terminalPath.Path());

Completed in 46 milliseconds