Home
last modified time | relevance | path

Searched defs:moduleDataDir (Results 1 – 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbundle_exception_handler.cpp50 auto moduleDataDir = info.GetBundleName() + Constants::HAPS + mark.packageName; in HandleInvalidBundle() local
Dbase_bundle_installer.cpp2677 … std::string moduleDataDir = info.GetBundleName() + Constants::HAPS + (*hapModuleInfo).moduleName; in RemoveModuleDataDir() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
Dinstalld_host_impl.cpp362 std::string moduleDataDir = GetBundleDataDir(el, userid) + Constants::BASE + ModuleDir; in RemoveModuleDataDir() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
Dinner_bundle_info.h68 std::string moduleDataDir; member
852 void AddModuleDataDir(const std::string &moduleDataDir) in AddModuleDataDir()