Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dpatch_profile.cpp295 std::string libsPath; in ParseNativeSo() local
296libsPath.append(ServiceConstants::LIBS).append(abi).append(ServiceConstants::PATH_SEPARATOR); in ParseNativeSo()
298 patchExtractor.IsDirExist(libsPath)) { in ParseNativeSo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp1859 std::string libsPath; in ParserNativeSo() local
1860libsPath.append(ServiceConstants::LIBS).append(abi).append(ServiceConstants::PATH_SEPARATOR); in ParserNativeSo()
1862 bundleExtractor.IsDirExist(libsPath)) { in ParserNativeSo()
1984 std::string libsPath; in ParserArkNativeFilePath() local
1985 libsPath.append(ServiceConstants::AN).append(abi).append(ServiceConstants::PATH_SEPARATOR); in ParserArkNativeFilePath()
1987 bundleExtractor.IsDirExist(libsPath)) { in ParserArkNativeFilePath()
H A Dbundle_profile.cpp2143 std::string libsPath; in ParserNativeSo() local
2144libsPath.append(ServiceConstants::LIBS).append(abi).append(ServiceConstants::PATH_SEPARATOR); in ParserNativeSo()
2146 bundleExtractor.IsDirExist(libsPath)) { in ParserNativeSo()