Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h879 void AddModuleSrcDir(const std::string &moduleSrcDir) in AddModuleSrcDir() argument
882 innerModuleInfos_.at(currentPackage_).modulePath = moduleSrcDir; in AddModuleSrcDir()
892 void AddModuleResPath(const std::string &moduleSrcDir) in AddModuleResPath() argument
897 …moduleResPath = moduleSrcDir + ServiceConstants::PATH_SEPARATOR + ServiceConstants::RESOURCES_INDE… in AddModuleResPath()
899 … moduleResPath = moduleSrcDir + ServiceConstants::PATH_SEPARATOR + ServiceConstants::ASSETS_DIR + in AddModuleResPath()
914 void AddModuleHnpsPath(const std::string &moduleSrcDir) in AddModuleHnpsPath() argument
917 std::string moduleHnpsPath = moduleSrcDir + ServiceConstants::PATH_SEPARATOR + in AddModuleHnpsPath()