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.cpp179 std::string baselineAp = std::string(pgoDir) + "/entry.ap"; in HWTEST_F_L0() local
208 std::string baselineAp = std::string(pgoDir) + "/entry.ap"; in HWTEST_F_L0() local
239 std::string baselineAp = std::string(pgoDir) + "/entry.ap"; in HWTEST_F_L0() local
266 std::string baselineAp = std::string(pgoDir) + "/entry.ap"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_pkg_args.h410 auto baselineAp = pgoDir_ + '/' + pgo::ApNameUtils::GetOhosPkgApName(moduleName_); in GetPgoPaths() local