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

/haiku/src/bin/package/
H A Dcommand_create.cpp124 BPath outputPath(packageFileName, NULL, true);
127 while (outputPath.GetParent(&parent) == B_OK) {
128 if (outputPath == inputPath) {
133 outputPath = parent;
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.h67 status_t _GenerateReport(const char* outputPath);
H A DDebugReportGenerator.cpp131 DebugReportGenerator::_GenerateReport(const char* outputPath) argument
133 BFile file(outputPath, B_WRITE_ONLY | B_CREATE_FILE | B_ERASE_FILE);
159 fTeam->NotifyDebugReportChanged(outputPath, B_OK);
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp750 BPath outputPath = orgPath; local
753 outputPath.Append(fileName);
755 if (!BEntry(outputPath.Path()).Exists())
768 outputPath.SetTo(orgPath.Path());
769 outputPath.Append(fileName);
770 entry.SetTo(outputPath.Path());

Completed in 78 milliseconds