Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H A Dpgo_profiler_test.cpp194 auto lastDirToken = fileName.find_last_of('/'); in CheckApMethods() local
195 if (lastDirToken != std::string::npos) { in CheckApMethods()
196 fileName = fileName.substr(lastDirToken + 1); in CheckApMethods()

Completed in 3 milliseconds