Home
last modified time | relevance | path

Searched refs:LIBS (Results 1 - 11 of 11) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_hap_so_test.cpp158 const std::string LIBS = "/libs"; member
425 bool ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME1 + LIBS); in HWTEST_F()
427 ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME1 + MODULE_NAME + LIBS); in HWTEST_F()
449 bool ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME2 + LIBS); in HWTEST_F()
451 ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME2 + MODULE_NAME + LIBS); in HWTEST_F()
473 bool ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME3 + LIBS); in HWTEST_F()
475 ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME3 + MODULE_NAME + LIBS); in HWTEST_F()
497 bool ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME4 + LIBS); in HWTEST_F()
499 ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME4 + MODULE_NAME + LIBS); in HWTEST_F()
521 bool ret = CheckFilePath(CODE_ROOT_PATH + NO_SO_BUNDLE_NAME1 + LIBS); in HWTEST_F()
[all...]
H A Dbms_install_external_hsp_so_test.cpp60 const std::string LIBS = "/libs"; member
263 bool ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION + LIBS); in HWTEST_F()
265 ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION + FEATURE_MODULE_NAME1 + LIBS); in HWTEST_F()
284 bool ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION + LIBS); in HWTEST_F()
286 ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION + FEATURE_MODULE_NAME2 + LIBS); in HWTEST_F()
305 bool ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION + LIBS); in HWTEST_F()
307 ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION + FEATURE_MODULE_NAME3 + LIBS); in HWTEST_F()
326 bool ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION + LIBS); in HWTEST_F()
328 ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_1 + VERSION + FEATURE_MODULE_NAME4 + LIBS); in HWTEST_F()
347 bool ret = CheckFilePath(CODE_ROOT_PATH + BUNDLE_NAME_2 + VERSION + LIBS); in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dpatch_profile.cpp209 if (patchExtractor.IsDirExist(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM64_V8A)) { in DefaultNativeSo()
213 appqfInfo.nativeLibraryPath = ServiceConstants::LIBS + iter->second; in DefaultNativeSo()
223 if (patchExtractor.IsDirExist(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM_EABI_V7A)) { in DefaultNativeSo()
227 appqfInfo.nativeLibraryPath = ServiceConstants::LIBS + iter->second; in DefaultNativeSo()
234 if (patchExtractor.IsDirExist(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM_EABI)) { in DefaultNativeSo()
238 appqfInfo.nativeLibraryPath = ServiceConstants::LIBS + iter->second; in DefaultNativeSo()
261 bool soExist = patchExtractor.IsDirExist(ServiceConstants::LIBS); in ParseNativeSo()
284 libsPath.append(ServiceConstants::LIBS).append(abi).append(ServiceConstants::PATH_SEPARATOR); in ParseNativeSo()
290 appqfInfo.nativeLibraryPath = ServiceConstants::LIBS + iter->second; in ParseNativeSo()
H A Dquick_fix_deployer.cpp753 appQuickFix.bundleName + ServiceConstants::TMP_SUFFIX + ServiceConstants::LIBS; in ExtractSoAndApplyDiff()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h32 constexpr const char* LIBS = "libs/"; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp1874 innerBundleInfo.SetModuleNativeLibraryPath(ServiceConstants::LIBS + cpuAbi); in UpdateNativeSoAttrs()
1875 innerBundleInfo.SetSharedModuleNativeLibraryPath(ServiceConstants::LIBS + cpuAbi); in UpdateNativeSoAttrs()
1909 bool soExist = bundleExtractor.IsDirExist(ServiceConstants::LIBS); in ParserNativeSo()
1933 if (bundleExtractor.IsDirExist(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM64_V8A)) { in ParserNativeSo()
1935 soRelativePath = ServiceConstants::LIBS + ServiceConstants::ABI_MAP.at(ServiceConstants::ARM64_V8A); in ParserNativeSo()
1943 if (bundleExtractor.IsDirExist(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM_EABI_V7A)) { in ParserNativeSo()
1945 soRelativePath = ServiceConstants::LIBS + ServiceConstants::ABI_MAP.at(ServiceConstants::ARM_EABI_V7A); in ParserNativeSo()
1950 if (bundleExtractor.IsDirExist(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM_EABI)) { in ParserNativeSo()
1952 soRelativePath = ServiceConstants::LIBS + ServiceConstants::ABI_MAP.at(ServiceConstants::ARM_EABI); in ParserNativeSo()
1962 libsPath.append(ServiceConstants::LIBS) in ParserNativeSo()
[all...]
H A Dmodule_profile.cpp1598 innerBundleInfo.SetModuleNativeLibraryPath(ServiceConstants::LIBS + cpuAbi); in UpdateNativeSoAttrs()
1599 innerBundleInfo.SetSharedModuleNativeLibraryPath(ServiceConstants::LIBS + cpuAbi); in UpdateNativeSoAttrs()
1635 bool soExist = bundleExtractor.IsDirExist(ServiceConstants::LIBS); in ParserNativeSo()
1659 if (bundleExtractor.IsDirExist(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM64_V8A)) { in ParserNativeSo()
1661 soRelativePath = ServiceConstants::LIBS + ServiceConstants::ABI_MAP.at(ServiceConstants::ARM64_V8A); in ParserNativeSo()
1669 if (bundleExtractor.IsDirExist(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM_EABI_V7A)) { in ParserNativeSo()
1671 soRelativePath = ServiceConstants::LIBS + ServiceConstants::ABI_MAP.at(ServiceConstants::ARM_EABI_V7A); in ParserNativeSo()
1676 if (bundleExtractor.IsDirExist(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM_EABI)) { in ParserNativeSo()
1678 soRelativePath = ServiceConstants::LIBS + ServiceConstants::ABI_MAP.at(ServiceConstants::ARM_EABI); in ParserNativeSo()
1688 libsPath.append(ServiceConstants::LIBS) in ParserNativeSo()
[all...]
H A Dbase_bundle_installer.cpp2435 auto pos = nativeLibraryPath.rfind(ServiceConstants::LIBS); in ProcessHqfInfo()
2662 bundleName_ + ServiceConstants::TMP_SUFFIX + ServiceConstants::LIBS; in ProcessDiffFiles()
5348 ServiceConstants::PATH_SEPARATOR + ServiceConstants::LIBS; in ProcessOldNativeLibraryPath()
5790 ServiceConstants::PATH_SEPARATOR + ServiceConstants::LIBS; in DeleteOldNativeLibraryPath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp2588 PatchExtractor patchExtractor(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM64_V8A); in HWTEST_F()
2833 PatchExtractor patchExtractor(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM_EABI_V7A); in HWTEST_F()
2855 PatchExtractor patchExtractor(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM_EABI); in HWTEST_F()
2931 PatchExtractor patchExtractor(ServiceConstants::LIBS); in HWTEST_F()
2952 PatchExtractor patchExtractor(ServiceConstants::LIBS); in HWTEST_F()
3490 PatchExtractor patchExtractor(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM64_V8A); in HWTEST_F()
5022 PatchExtractor patchExtractor(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM64_V8A); in HWTEST_F()
5027 std::string(ServiceConstants::LIBS) + ServiceConstants::ARM64_V8A + ServiceConstants::BASE, zipEntry); in HWTEST_F()
5043 PatchExtractor patchExtractor(std::string(ServiceConstants::LIBS) + ServiceConstants::ARM_EABI_V7A); in HWTEST_F()
5048 std::string(ServiceConstants::LIBS) in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp398 std::string prefix = ServiceConstants::LIBS + cpuAbi + ServiceConstants::PATH_SEPARATOR; in IsNativeSo()
415 std::string prefix = ServiceConstants::LIBS + cpuAbi + ServiceConstants::PATH_SEPARATOR; in IsDiffFiles()
567 prefix = ServiceConstants::LIBS + cpuAbi + ServiceConstants::PATH_SEPARATOR; in DeterminePrefix()
1332 std::string prefix = ServiceConstants::LIBS + cpuAbi + ServiceConstants::PATH_SEPARATOR; in GetNativeLibraryFileNames()
1349 const std::string prefix = ServiceConstants::LIBS + codeSignatureParam.cpuAbi + ServiceConstants::PATH_SEPARATOR; in PrepareEntryMap()
1460 const std::string prefix = ServiceConstants::LIBS + cpuAbi + ServiceConstants::PATH_SEPARATOR; in CheckEncryption()
1627 if (StartsWith(entryName, ServiceConstants::LIBS) in ExtractResourceFiles()
H A Dinstalld_host_impl.cpp1383 const std::string prefix = ServiceConstants::LIBS + codeSignatureParam.cpuAbi + ServiceConstants::PATH_SEPARATOR; in PrepareEntryMap()

Completed in 42 milliseconds