Home
last modified time | relevance | path

Searched refs:AN (Results 1 - 10 of 10) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dextract_param.h26 AN,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dextract_param.cpp34 ExtractFileType::ALL, ExtractFileType::SO, ExtractFileType::AN, ExtractFileType::PATCH, ExtractFileType::AP,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h33 constexpr const char* AN = "an/"; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp1781 bool anExist = bundleExtractor.IsDirExist(ServiceConstants::AN); in ParserArkNativeFilePath()
1790 if (bundleExtractor.IsDirExist(std::string(ServiceConstants::AN) + ServiceConstants::ARM64_V8A)) { in ParserArkNativeFilePath()
1798 if (bundleExtractor.IsDirExist(std::string(ServiceConstants::AN) + ServiceConstants::ARM_EABI_V7A)) { in ParserArkNativeFilePath()
1803 if (bundleExtractor.IsDirExist(std::string(ServiceConstants::AN) + ServiceConstants::ARM_EABI)) { in ParserArkNativeFilePath()
1813 libsPath.append(ServiceConstants::AN).append(abi).append(ServiceConstants::PATH_SEPARATOR); in ParserArkNativeFilePath()
H A Dbase_bundle_installer.cpp3446 extractParam.extractFileType = ExtractFileType::AN; in ExtractArkNativeFile()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp570 case ExtractFileType::AN: { in DeterminePrefix()
571 prefix = ServiceConstants::AN + cpuAbi + ServiceConstants::PATH_SEPARATOR; in DeterminePrefix()
599 case ExtractFileType::AN: { in DetermineSuffix()
1628 || StartsWith(entryName, ServiceConstants::AN) in ExtractResourceFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_test.cpp892 extractParam.extractFileType = ExtractFileType::AN; in HWTEST_F()
910 extractParam.extractFileType = ExtractFileType::AN; in HWTEST_F()
H A Dbms_install_daemon_operator_test.cpp505 extractParam.extractFileType = ExtractFileType::AN; in HWTEST_F()
509 extractParam.extractFileType = ExtractFileType::AN; in HWTEST_F()
513 extractParam.extractFileType = ExtractFileType::AN; in HWTEST_F()
H A Dbms_install_daemon_host_impl_test.cpp482 extractParam.extractFileType = ExtractFileType::AN; in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp2491 extractParam.extractFileType = ExtractFileType::AN; in HWTEST_F()

Completed in 34 milliseconds