Home
last modified time | relevance | path

Searched defs:moduleDir (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp337 std::string moduleDir = versionDir + ServiceConstants::PATH_SEPARATOR + moduleName; in ExtractSharedBundles() local
370 …std::string moduleDir = std::string(Constants::BUNDLE_CODE_DIR) + ServiceConstants::PATH_SEPARATOR… in UpdateInnerModuleInfo() local
585 const std::string &moduleDir, in SaveHspToRealInstallationDir()
674 const std::string &moduleDir, in ProcessNativeLibrary()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_exception_handler.cpp116 auto moduleDir = appCodePath + ServiceConstants::PATH_SEPARATOR + mark.packageName; in InnerHandleInvalidBundle() local
H A Dbase_bundle_installer.cpp3191 …auto moduleDir = info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + info.GetCurrentModuleP… in ExtractModule() local
3448 std::string moduleDir = info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR in RemoveEmptyDirs() local
3478 auto moduleDir = info.GetModuleDir(modulePackage); in RemoveModuleAndDataDir() local
3516 …auto moduleDir = info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + info.GetCurrentModuleP… in RenameModuleDir() local
H A Dbundle_mgr_service_event_handler.cpp793 …auto moduleDir = info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + info.GetCurrentModuleP… in SaveInstallInfoToCache() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp491 std::string moduleDir = versionDir + AppExecFwk::ServiceConstants::PATH_SEPARATOR + moduleName; in ExtractModule() local
551 std::string moduleDir = versionDir + AppExecFwk::ServiceConstants::PATH_SEPARATOR + moduleName; in ExtractModule() local
581 const std::string &moduleDir, in ProcessNativeLibrary()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dbundle_info.cpp435 for (auto &moduleDir : moduleDirs) { in Marshalling() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp324 …auto moduleDir = info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + info.GetCurrentModuleP… in SaveInstallInfoToCache() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/
H A Dbms_bundle_app_provision_info_test.cpp1837 std::string moduleDir; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp4824 std::string moduleDir = Constants::BUNDLE_CODE_DIR + BUNDLE_TEST1 + variable
4850 std::string moduleDir = "data/test/bundleDir"; variable