Home
last modified time | relevance | path

Searched refs:codeDirPath_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_installer.cpp45 codeDirPath_ = codeDirPath; in BundleInstaller()
52 codeDirPath_.clear(); in ~BundleInstaller()
58 return codeDirPath_; in GetCodeDirPath()
70 codeDirPath_ = INSTALL_PATH; in ModifyInstallDirByHapType()
74 codeDirPath_ = EXTEANAL_INSTALL_PATH; in ModifyInstallDirByHapType()
77 codeDirPath_ = INSTALL_PATH; in ModifyInstallDirByHapType()
89 codeDirPath_ = INSTALL_PATH; in RestoreInstallEnv()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_installer.h67 std::string codeDirPath_; variable