Home
last modified time | relevance | path

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

/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_dump.cpp1082 std::string reOutPath = CanonicalizeSpecPath(outputFileName.c_str()); in DumpTraceInner() local
1096 if (ReadRawTrace(reOutPath)) { in DumpTraceInner()
1114 if (remove(reOutPath.c_str()) == 0) { in DumpTraceInner()
1115 HILOG_INFO(LOG_CORE, "Delete outpath:%{public}s success.", reOutPath.c_str()); in DumpTraceInner()
1117 HILOG_INFO(LOG_CORE, "Delete outpath:%{public}s failed.", reOutPath.c_str()); in DumpTraceInner()
1122 if (access(reOutPath.c_str(), F_OK) != 0) { in DumpTraceInner()
1127 HILOG_INFO(LOG_CORE, "Output: %{public}s.", reOutPath.c_str()); in DumpTraceInner()

Completed in 6 milliseconds