Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_file.h109 : modulePath_(modulePath), in ModuleFile()
120 return modulePath_; in GetPath()
132 modulePath_ = path; in SetPath()
145 std::string modulePath_;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp871 modulePath_ = it->first; in InnerProcessBundleInstall()
921 modulePath_ = it->first; in InnerProcessBundleInstall()
2379 modulePath_ = info.first; in ProcessQuickFixWhenInstallNewModule()
2583 extractParam.srcPath = modulePath_; in ExtractSoFiles()
3186 info.SetModuleHapPath(modulePath_); in ExtractModule()
3208 extractParam.srcPath = modulePath_; in ExtractResourceFiles()
3219 extractParam.srcPath = modulePath_; in ExtractResFileDir()
3237 extractParam.srcPath = modulePath_; in ExtractHnpFileDir()
3281 extractParam.srcPath = modulePath_; in ExtractArkNativeFile()
5101 param.modulePath = modulePath_; in CheckSoEncryption()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp4384 installer.modulePath_ = "";
4409 installer.modulePath_ = RESOURCE_ROOT_PATH + RIGHT_BUNDLE;
4437 installer.modulePath_ = "";
4447 installer.modulePath_ = RESOURCE_ROOT_PATH + RIGHT_BUNDLE;
4463 installer.modulePath_ = RESOURCE_ROOT_PATH + RIGHT_BUNDLE;
4798 installer.modulePath_ = RESOURCE_ROOT_PATH + RIGHT_BUNDLE;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h753 std::string modulePath_; variable