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

/haiku/src/apps/processcontroller/
H A DPCWorld.cpp130 BPath trackerPath; local
131 if (find_directory(B_SYSTEM_DIRECTORY, &trackerPath) == B_OK
132 && trackerPath.Append("Tracker") == B_OK) {
133 launch(kTrackerSig, trackerPath.Path());
H A DProcessController.cpp395 BPath trackerPath; local
396 if (find_directory(B_SYSTEM_DIRECTORY, &trackerPath) == B_OK
397 && trackerPath.Append("Tracker") == B_OK) {
398 launch(kTrackerSig, trackerPath.Path());
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.cpp153 static BPath trackerPath; local
159 find_directory(B_SYSTEM_DIRECTORY, &trackerPath);
160 trackerPath.Append("Tracker");
172 if (strncmp(trackerPath.Path(), fTeamInfo.args,
173 strlen(trackerPath.Path())) == 0)

Completed in 37 milliseconds