Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/
H A Dmain.cpp558 auto strEscape = std::regex_replace(traceExportOption.longTraceDir, traceInvalidStr, "\\\\\\\\"); in GetLongTraceFilePaths() local
559 DIR *dir = opendir(strEscape.c_str()); in GetLongTraceFilePaths()
572 std::string path = std::string(strEscape) + "/" + name; in GetLongTraceFilePaths()
578 TS_LOGE("%s has no matched file!", strEscape.c_str()); in GetLongTraceFilePaths()
740 auto strEscape = std::regex_replace(traceExportOption.traceFilePath, traceInvalidStr, "\\\\\\\\"); in main() local
741 if (OpenAndParserFile(ts, strEscape)) { in main()

Completed in 2 milliseconds