Lines Matching defs:abcFilePath
27 CString abcFilePath = ModulePathHelper::ConcatPandaFilePath(moduleStr);
31 curJsPandaFile = JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, abcFilePath, requestPath);
33 CString msg = "Load file with filename '" + abcFilePath +
38 ModulePathHelper::TranslateExpressionToNormalized(thread, curJsPandaFile.get(), abcFilePath, "",
44 JSHandle<JSTaggedValue> nameSp = LoadModuleNameSpaceWithPath(thread, abcFilePath, requestPath, modulePath,
49 JSHandle<JSTaggedValue> NapiModuleLoader::LoadModuleNameSpaceWithPath(JSThread *thread, CString &abcFilePath,
59 abcFilePath, modulePath, requestPath);
63 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, abcFilePath, entryPoint);
65 CString msg = "Load file with filename '" + abcFilePath +
73 LOG_FULL(ERROR) << "cannot find record '" << entryPoint <<"' in basefileName " << abcFilePath << ","
75 CString msg = "cannot find record '" + entryPoint + "' in basefileName " + abcFilePath + "," +
81 if (!JSPandaFileExecutor::ExecuteFromAbcFile(thread, abcFilePath, entryPoint.c_str(), false, true)) {