Searched defs:modulePath (Results 1 – 4 of 4) sorted by relevance
247 bool MakeFilePath(const std::string& codePath, const std::string& modulePath, std::string& fileName) in MakeFilePath()360 …ativeReference> JsRuntime::LoadModule(const std::string& moduleName, const std::string& modulePath) in LoadModule()
168 std::string modulePath; in PerformAppInit() local
822 std::string modulePath = info.GetAppCodePath() + Constants::PATH_SEPARATOR + modulePackage_; in ProcessBundleInstallStatus() local933 std::string modulePath = newInfo.GetAppCodePath() + Constants::PATH_SEPARATOR + modulePackage_; in ProcessNewModuleInstall() local1166 ErrCode BaseBundleInstaller::ExtractModule(InnerBundleInfo &info, const std::string &modulePath) in ExtractModule()1312 …BaseBundleInstaller::ExtractModuleFiles(const InnerBundleInfo &info, const std::string &modulePath, in ExtractModuleFiles()
61 std::string modulePath; member