Lines Matching refs:CString
23 JSHandle<JSTaggedValue> NapiModuleLoader::LoadModuleNameSpaceWithModuleInfo(EcmaVM *vm, CString &re… in LoadModuleNameSpaceWithModuleInfo()
24 CString &modulePath) in LoadModuleNameSpaceWithModuleInfo()
28 CString moduleStr = ModulePathHelper::GetModuleNameWithPath(modulePath); in LoadModuleNameSpaceWithModuleInfo()
29 CString abcFilePath = ModulePathHelper::ConcatPandaFilePath(moduleStr); in LoadModuleNameSpaceWithModuleInfo()
35 CString msg = "Load file with filename '" + abcFilePath + in LoadModuleNameSpaceWithModuleInfo()
52 JSHandle<JSTaggedValue> NapiModuleLoader::LoadModuleNameSpaceWithPath(JSThread *thread, CString &ab… in LoadModuleNameSpaceWithPath()
53 CString &requestPath, CString &modulePath, const JSPandaFile *pandaFile) in LoadModuleNameSpaceWithPath()
61 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pandaFile, in LoadModuleNameSpaceWithPath()
67 CString msg = "Load file with filename '" + abcFilePath + in LoadModuleNameSpaceWithPath()
79 … CString msg = "cannot find record '" + entryPoint + "' in basefileName " + abcFilePath + "," + in LoadModuleNameSpaceWithPath()
86 CString msg = "Cannot execute request from napi load module : " + entryPoint + in LoadModuleNameSpaceWithPath()