Lines Matching refs:ModulePathHelper
21 CString ModulePathHelper::ConcatFileNameWithMerge(JSThread *thread, const JSPandaFile *jsPandaFile, in ConcatFileNameWithMerge()
57 CString ModulePathHelper::ConcatMergeFileNameToNormalized(JSThread *thread, const JSPandaFile *jsPa… in ConcatMergeFileNameToNormalized()
86 CString ModulePathHelper::ConcatImportFileNormalizedOhmurlWithRecordName(JSThread *thread, in ConcatImportFileNormalizedOhmurlWithRecordName()
128 CString ModulePathHelper::ReformatPath(CString requestName) in ReformatPath()
156 void ModulePathHelper::ParseAbcPathAndOhmUrl(EcmaVM *vm, const CString &inputFileName, in ParseAbcPathAndOhmUrl()
208 CString ModulePathHelper::ConcatUnifiedOhmUrl(const CString &bundleName, const CString &pkgname, in ConcatUnifiedOhmUrl()
220 CString ModulePathHelper::ConcatUnifiedOhmUrl(const CString &bundleName, const CString &normalizedp… in ConcatUnifiedOhmUrl()
227 CString ModulePathHelper::ConcatPreviewTestUnifiedOhmUrl(const CString &bundleName, const CString &… in ConcatPreviewTestUnifiedOhmUrl()
234 CString ModulePathHelper::ConcatHspFileNameCrossBundle(const CString &bundleName, const CString &mo… in ConcatHspFileNameCrossBundle()
241 CString ModulePathHelper::ConcatHspFileName(const CString &moduleName) in ConcatHspFileName()
247 CString ModulePathHelper::TransformToNormalizedOhmUrl(EcmaVM *vm, const CString &inputFileName, in TransformToNormalizedOhmUrl()
303 CString ModulePathHelper::ParseUrl(EcmaVM *vm, const CString &recordName) in ParseUrl()
333 CString ModulePathHelper::ParsePrefixBundle(JSThread *thread, const JSPandaFile *jsPandaFile, in ParsePrefixBundle()
383 CString ModulePathHelper::ParseNormalizedOhmUrl(JSThread *thread, CString &baseFileName, const CStr… in ParseNormalizedOhmUrl()
413 CString ModulePathHelper::MakeNewRecord(JSThread *thread, const JSPandaFile *jsPandaFile, CString &… in MakeNewRecord()
461 CString ModulePathHelper::FindOhpmEntryPoint(const JSPandaFile *jsPandaFile, in FindOhpmEntryPoint()
494 CString ModulePathHelper::FindPackageInTopLevelWithNamespace(const JSPandaFile *jsPandaFile, in FindPackageInTopLevelWithNamespace()
543 CString ModulePathHelper::ParseOhpmPackage(const JSPandaFile *jsPandaFile, in ParseOhpmPackage()
574 CString ModulePathHelper::ParseThirdPartyPackage(const JSPandaFile *jsPandaFile, in ParseThirdPartyPackage()
605 CString ModulePathHelper::ParseThirdPartyPackage(const JSPandaFile *jsPandaFile, in ParseThirdPartyPackage()
632 void ModulePathHelper::ResolveCurrentPath(CString &dirPath, CString &fileName, const JSPandaFile *j… in ResolveCurrentPath()
639 CString ModulePathHelper::FindNpmEntryPoint(const JSPandaFile *jsPandaFile, const CString &packageE… in FindNpmEntryPoint()
655 CString ModulePathHelper::FindPackageInTopLevel(const JSPandaFile *jsPandaFile, in FindPackageInTopLevel()
671 bool ModulePathHelper::IsImportFile(const CString &moduleRequestName) in IsImportFile()
690 CString ModulePathHelper::RemoveSuffix(const CString &requestName) in RemoveSuffix()
704 bool ModulePathHelper::NeedTranstale(const CString &requestName) in NeedTranstale()
717 void ModulePathHelper::TranstaleExpressionInput(const JSPandaFile *jsPandaFile, CString &requestPat… in TranstaleExpressionInput()
744 CString ModulePathHelper::GetModuleNameWithBaseFile(const CString &baseFileName) in GetModuleNameWithBaseFile()
774 CString ModulePathHelper::TranslateExpressionInputWithEts(JSThread *thread, const JSPandaFile *jsPa… in TranslateExpressionInputWithEts()
794 void ModulePathHelper::ParseCrossModuleFile(const JSPandaFile *jsPandaFile, CString &requestPath) in ParseCrossModuleFile()
828 CString ModulePathHelper::ParseFileNameToVMAName(const CString &filename) in ParseFileNameToVMAName()
865 CVector<CString> ModulePathHelper::GetPkgContextInfoListElements(EcmaVM *vm, CString &moduleName, in GetPkgContextInfoListElements()
884 CString ModulePathHelper::ConcatImportFileNormalizedOhmurl(const CString &recordPath, const CString… in ConcatImportFileNormalizedOhmurl()
890 CString ModulePathHelper::ConcatNativeSoNormalizedOhmurl(const CString &moduleName, const CString &… in ConcatNativeSoNormalizedOhmurl()
898 CString ModulePathHelper::ConcatNotSoNormalizedOhmurl(const CString &moduleName, const CString &bun… in ConcatNotSoNormalizedOhmurl()
907 bool ModulePathHelper::NeedTranslateToNormalized(const CString &requestName) in NeedTranslateToNormalized()
919 CString ModulePathHelper::TranslateExpressionToNormalized(JSThread *thread, const JSPandaFile *jsPa… in TranslateExpressionToNormalized()
960 void ModulePathHelper::ConcatOtherNormalizedOhmurl(EcmaVM *vm, const JSPandaFile *jsPandaFile, in ConcatOtherNormalizedOhmurl()
995 CString ModulePathHelper::ConcatOtherNormalizedOhmurlWithFilePath(EcmaVM *vm, size_t filePathPos, in ConcatOtherNormalizedOhmurlWithFilePath()
1009 CString ModulePathHelper::ConcatNormalizedOhmurlWithData(CVector<CString> &data, CString &pkgName, … in ConcatNormalizedOhmurlWithData()
1030 CString ModulePathHelper::TranslateNapiFileRequestPath(JSThread *thread, const CString &modulePath, in TranslateNapiFileRequestPath()
1042 CVector<CString> ModulePathHelper::SplitNormalizedOhmurl(const CString &ohmurl) in SplitNormalizedOhmurl()
1058 CVector<CString> ModulePathHelper::SplitNormalizedRecordName(const CString &recordName) in SplitNormalizedRecordName()
1085 CString ModulePathHelper::GetBundleNameWithRecordName(EcmaVM *vm, const CString &recordName) in GetBundleNameWithRecordName()
1089 CVector<CString> res = ModulePathHelper::SplitNormalizedRecordName(recordName); in GetBundleNameWithRecordName()
1090 bundleName = res[ModulePathHelper::NORMALIZED_BUNDLE_NAME_INDEX]; in GetBundleNameWithRecordName()
1102 CString ModulePathHelper::Utf8ConvertToString(JSTaggedValue str) in Utf8ConvertToString()
1108 bool ModulePathHelper::IsOhmUrl(const CString &str) in IsOhmUrl()
1110 if (StringHelper::StringStartWith(str, ModulePathHelper::PREFIX_BUNDLE) || in IsOhmUrl()
1111 StringHelper::StringStartWith(str, ModulePathHelper::PREFIX_PACKAGE) || in IsOhmUrl()
1112 StringHelper::StringStartWith(str, ModulePathHelper::PREFIX_NORMALIZED_NOT_SO)) { in IsOhmUrl()
1118 bool ModulePathHelper::CheckAndGetRecordName(JSThread *thread, const CString &ohmUrl, CString &reco… in CheckAndGetRecordName()
1128 recordName = ModulePathHelper::ParseNormalizedOhmUrl(thread, str, " ", ohmUrl); in CheckAndGetRecordName()
1140 bool ModulePathHelper::ValidateAbcPath(const CString &baseFileName, ValidateFilePath checkMode) in ValidateAbcPath()