Home
last modified time | relevance | path

Searched refs:realOutPath (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.cpp111 std::string realOutPath; in SaveAPTextFile() local
112 if (!RealPath(outPath, realOutPath, false)) { in SaveAPTextFile()
115 std::ofstream fileStream(realOutPath.c_str()); in SaveAPTextFile()
117 LOG_ECMA(ERROR) << "The file path(" << realOutPath << ") open failure!"; in SaveAPTextFile()