Searched refs:fReportPath (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/debugger/user_interface/report/
H A DReportUserInterface.cpp27 fReportPath(reportPath),
181 if (fReportPath != NULL && fReportPath[0] == '/') {
182 error = get_ref_for_path(fReportPath, &ref);
185 if (fReportPath != NULL)
186 strlcpy(filename, fReportPath, sizeof(filename));
H A DReportUserInterface.h60 const char* fReportPath; member in class:ReportUserInterface
/haiku/headers/private/debugger/model/
H A DTeam.h440 const char* GetReportPath() const { return fReportPath; }
443 const char* fReportPath; member in class:Team::DebugReportEvent
/haiku/src/kits/debugger/model/
H A DTeam.cpp1042 fReportPath(reportPath),

Completed in 53 milliseconds