Searched refs:normalizeStr (Results 1 – 3 of 3) sorted by relevance
202 CString normalizeStr = ModulePathHelper::ReformatPath(entryPoint); in DynamicImportJob() local203 CString msg = "Cannot find dynamic-import module '" + normalizeStr; in DynamicImportJob()
130 CString normalizeStr; in ReformatPath() local135 normalizeStr = requestName.substr(pos + 1); in ReformatPath()140 normalizeStr = requestName.substr(pos + 1); in ReformatPath()142 normalizeStr = requestName; in ReformatPath()144 return normalizeStr; in ReformatPath()
413 …CString normalizeStr = ModulePathHelper::ReformatPath(currentRecord); …414 …CString msg = "Cannot find module '" + requestStr + "' imported from '" + normalizeStr + "'."; …