Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H A Daot_handler.h53 std::string GetArkProfilePath(const std::string &bundleName, const std::string &moduleName) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp115 std::string AOTHandler::GetArkProfilePath(const std::string &bundleName, const std::string &moduleName) const in GetArkProfilePath() function in OHOS::AppExecFwk::AOTHandler
117 APP_LOGD("GetArkProfilePath begin"); in GetArkProfilePath()
137 APP_LOGD("GetArkProfilePath failed"); in GetArkProfilePath()
148 aotArgs.arkProfilePath = GetArkProfilePath(aotArgs.bundleName, aotArgs.moduleName); in BuildAOTArgs()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp541 auto ret = AOTHandler::GetInstance().GetArkProfilePath(AOT_BUNDLE_NAME, AOT_MODULE_NAME); in HWTEST_F()
544 ret = AOTHandler::GetInstance().GetArkProfilePath(AOT_BUNDLE_NAME, AOT_MODULE_NAME); in HWTEST_F()

Completed in 6 milliseconds