Lines Matching refs:ModulePathHelper
40 … ModulePathHelper::TranslateExpressionToNormalized(thread, curJsPandaFile.get(), abcFilePath, "", in LoadModuleNameSpaceWithModuleInfo()
42 } else if (ModulePathHelper::NeedTranstale(requestPath)) { in LoadModuleNameSpaceWithModuleInfo()
43 ModulePathHelper::TranstaleExpressionInput(curJsPandaFile.get(), requestPath); in LoadModuleNameSpaceWithModuleInfo()
63 if (StringHelper::StringStartWith(requestPath, ModulePathHelper::PREFIX_ETS)) { in LoadModuleNameSpace()
65 … CString recordNameStr = ModulePathHelper::TranslateNapiFileRequestPath(thread, path, requestPath); in LoadModuleNameSpace()
69 CString abcModuleName = ModulePathHelper::GetModuleNameWithBaseFile(abcFilePath); in LoadModuleNameSpace()
70 …CString srcPrefix = base::ConcatToCString(abcModuleName, ModulePathHelper::PHYCICAL_FILE_PATH.data… in LoadModuleNameSpace()
88 CString moduleName = ModulePathHelper::GetModuleNameWithPath(modulePath); in LoadModuleNameSpace()
89 CString abcFilePath = ModulePathHelper::ConcatPandaFilePath(moduleName); in LoadModuleNameSpace()
90 …CString srcPrefix = base::ConcatToCString(moduleName, ModulePathHelper::PHYCICAL_FILE_PATH.data()); in LoadModuleNameSpace()
109 …CString recordNameStr = ModulePathHelper::TranslateNapiFileRequestPath(thread, modulePath, fileNam… in LoadFilePathWithinModule()
131 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pandaFile, in LoadModuleNameSpaceWithPath()