Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.cpp136 static const std::string endString = ".ap"; in LoadAPBinaryFile() local
137 if (realPath.compare(realPath.length() - endString.length(), endString.length(), endString)) { in LoadAPBinaryFile()
Dpgo_profiler_encoder.cpp50 static const std::string endString = ".ap"; in InitializeData() local
51 …if (realOutPath_.compare(realOutPath_.length() - endString.length(), endString.length(), endString in InitializeData()