Searched refs:strEscape (Results 1 – 2 of 2) sorted by relevance
| /developtools/smartperf_host/trace_streamer/src/ |
| D | main.cpp | 405 … auto strEscape = std::regex_replace(traceExportOption.longTraceDir, traceInvalidStr, "\\\\\\\\"); in GetLongTraceFilePaths() local 406 DIR* dir = opendir(strEscape.c_str()); in GetLongTraceFilePaths() 419 std::string path = std::string(strEscape) + "/" + name; in GetLongTraceFilePaths() 425 TS_LOGE("%s has no matched file!", strEscape.c_str()); in GetLongTraceFilePaths() 582 … auto strEscape = std::regex_replace(traceExportOption.traceFilePath, traceInvalidStr, "\\\\\\\\"); in main() local 583 if (OpenAndParserFile(ts, strEscape)) { in main()
|
| /developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_js_memory_parser.cpp | 465 auto strEscape = std::regex_replace(jsMemoryString_, strEscapeInvalid, ""); in ParseSnapshotOrTimeLineEnd() local 466 auto str = std::regex_replace(strEscape, strInvalid, "\""); in ParseSnapshotOrTimeLineEnd() 506 auto strEscape = std::regex_replace(jsCpuProfilerString, strEscapeInvalid, ""); in ParseJsCpuProfiler() local 507 auto str = std::regex_replace(strEscape, strInvalid, "\""); in ParseJsCpuProfiler()
|