Home
last modified time | relevance | path

Searched defs:baselineAp (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/tests/
Dohos_test.cpp178 std::string baselineAp = std::string(pgoDir) + "/entry.ap"; in HWTEST_F_L0() local
207 std::string baselineAp = std::string(pgoDir) + "/entry.ap"; in HWTEST_F_L0() local
238 std::string baselineAp = std::string(pgoDir) + "/entry.ap"; in HWTEST_F_L0() local
265 std::string baselineAp = std::string(pgoDir) + "/entry.ap"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_pkg_args.h400 auto baselineAp = pgoDir_ + '/' + pgo::ApNameUtils::GetOhosPkgApName(moduleName_); in GetPgoPaths() local