Home
last modified time | relevance | path

Searched refs:patchNativeLibraryPath (Results 1 – 1 of 1) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/appkit/app/
Dmain_thread.cpp175 void GetPatchNativeLibPath(const HapModuleInfo &hapInfo, std::string &patchNativeLibraryPath, in GetPatchNativeLibPath() argument
179 patchNativeLibraryPath = hapInfo.hqfInfo.nativeLibraryPath; in GetPatchNativeLibPath()
182 if (patchNativeLibraryPath.empty()) { in GetPatchNativeLibPath()
194 …patchLibPath += (patchLibPath.back() == '/') ? patchNativeLibraryPath : "/" + patchNativeLibraryPa… in GetPatchNativeLibPath()
202 …std::string patchNativeLibraryPath = bundleInfo.applicationInfo.appQuickFix.deployedAppqfInfo.nati… in GetNativeLibPath() local
203 if (!patchNativeLibraryPath.empty()) { in GetNativeLibPath()
206 …patchLibPath += (patchLibPath.back() == '/') ? patchNativeLibraryPath : "/" + patchNativeLibraryPa… in GetNativeLibPath()
225 GetPatchNativeLibPath(hapInfo, patchNativeLibraryPath, appLibPaths); in GetNativeLibPath()