Searched defs:appLibPathKey (Results 1 – 9 of 9) sorted by relevance
41 std::string appLibPathKey = hapInfo.bundleName + "/" + hapInfo.moduleName; in GetHapSoPath() local60 std::string appLibPathKey = hspInfo.bundleName + "/" + hspInfo.moduleName; in GetHspNativeLibPath() local98 std::string appLibPathKey = hapInfo.bundleName + "/" + hapInfo.moduleName; in GetPatchNativeLibPath() local
276 … std::string appLibPathKey = pluginBundleInfo.pluginBundleName + "/" + pluginModuleInfo.moduleName; in GetPluginNativeLibPath() local
45 std::string appLibPathKey = hapInfo.bundleName + "/" + hapInfo.moduleName; in GetEtsHapSoPath() local68 std::string appLibPathKey = hspInfo.bundleName + "/" + hspInfo.moduleName; in GetEtsHspNativeLibPath() local113 std::string appLibPathKey = hapInfo.bundleName + "/" + hapInfo.moduleName; in GetEtsPatchNativeLibPath() local
90 …void SetLibPath(const std::string& appLibPathKey, const std::vector<std::string>& packagePath) ove… in SetLibPath()
103 void AssetManagerImpl::SetLibPath(const std::string& appLibPathKey, const std::vector<std::string>&… in SetLibPath()
148 std::string appLibPathKey = TEST_BUNDLE_NAME + TEST_MODULE_NAME; variable
420 auto appLibPathKey = jsBackendAssetManager_->GetAppLibPathKey(); in InitializeInner() local
1944 void ArkNativeEngine::SetPackagePath(const std::string appLibPathKey, const std::vector<std::string… in SetPackagePath()
3091 auto appLibPathKey = delegate->GetAssetManager()->GetAppLibPathKey(); in Initialize() local