Lines Matching defs:output
56 std::string output;
108 { "output", required_argument, nullptr, 0 },
264 " --output filename\n"
267 " --text Specify the output format of trace as text.\n"
268 " --raw Specify the output format of trace as raw trace, the default format is text.\n"
300 ConsoleLog("error: output file is illegal");
303 g_traceArgs.output = path;
345 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "output")) {
575 if (g_traceArgs.output.size() > 0) {
576 string outSpecPath = OHOS::HiviewDFX::Hitrace::CanonicalizeSpecPath(g_traceArgs.output.c_str());
581 ConsoleLog("error: opening " + g_traceArgs.output + ", errno: " + std::to_string(errno));
603 ConsoleLog("trace read done, output: " + g_traceArgs.output);
662 if (g_traceArgs.output.size() > 0) {
663 ConsoleLog("warning: The current state does not support specifying the output file path, " +
664 g_traceArgs.output + " is invalid.");
693 ConsoleLog("capture done, output files:");
721 if (g_traceArgs.output.size() > 0) {
732 if (g_traceArgs.output.size() > 0) {
733 ConsoleLog("warning: The current state does not support specifying the output file path, " +
734 g_traceArgs.output + " is invalid.");
779 if (g_traceArgs.output.size() > 0) {
780 ConsoleLog("warning: The current state does not support specifying the output file path, " +
781 g_traceArgs.output + " is invalid.");
808 ConsoleLog("capture done, output files:");
842 ConsoleLog("DumpSnapshot done, output:");