Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_flow_controller.cpp159 for (const auto &tracePath : ret.outputFiles) { in GetTraceSize()
160 int ret = stat(tracePath.c_str(), &fileInfo); in GetTraceSize()
162 HIVIEW_LOGE("%{public}s is not exists, ret = %{public}d.", tracePath.c_str(), ret); in GetTraceSize()
H A Dtrace_utils.cpp467 for (const auto &tracePath : ret.outputFiles) { in GetUnifiedShareFiles()
468 std::string traceFile = FileUtil::ExtractFileName(tracePath); in GetUnifiedShareFiles()
477 ZipTraceFile(tracePath, destZipPath); in GetUnifiedShareFiles()
/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_cmd.cpp566 std::string tracePath = g_traceRootPath + TRACE_PATH; in DumpTrace() local
567 string traceSpecPath = OHOS::HiviewDFX::Hitrace::CanonicalizeSpecPath(tracePath.c_str()); in DumpTrace()
570 ConsoleLog("error: opening " + tracePath + ", errno: " + std::to_string(errno)); in DumpTrace()

Completed in 4 milliseconds