Searched refs:teamPath (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp250 BPath teamPath(team->Name());
255 B_PRId32 ".report", teamPath.Leaf(), team->ID(),
267 BPath teamPath(team->Name());
272 B_PRId32 ".core", teamPath.Leaf(), team->ID(),
/haiku/src/apps/debugger/
H A DDebugger.cpp259 const char* teamPath, const char* args);
454 const char* teamPath = NULL; local
457 message->FindString("path", &teamPath);
460 status_t result = _StartNewTeam(interface, teamPath, args);

Completed in 27 milliseconds