Searched defs:modulePath (Results 1 – 7 of 7) sorted by relevance
24 CString &modulePath) in LoadModuleNameSpaceWithModuleInfo()53 CString &requestPath, CString &modulePath, const JSPandaFile *pandaFile) in LoadModuleNameSpaceWithPath()
301 inline static CString GetModuleNameWithPath(const CString modulePath) in GetModuleNameWithPath()
1027 CString ModulePathHelper::TranslateNapiFileRequestPath(JSThread *thread, const CString &modulePath, in TranslateNapiFileRequestPath()
93 void LoadModuleAs(const std::string &moduleName, const std::string &modulePath) in LoadModuleAs()103 bool LoadModule(const std::string &moduleName, const std::string &modulePath) in LoadModule()
409 bool MakeFilePath(const std::string& codePath, const std::string& modulePath, std::string& fileName) in MakeFilePath()
685 const modulePath = path.normalize(sourceFile.fileName); constant
5847 ecmascript::CString modulePath = module_path.c_str(); in GetModuleNameSpaceWithModuleInfo() local