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()
83 CString ModulePathHelper::ConcatImportFileNormalizedOhmurlWithRecordName(JSThread *thread, in ConcatImportFileNormalizedOhmurlWithRecordName()
125 CString ModulePathHelper::ReformatPath(CString requestName) in ReformatPath()
153 void ModulePathHelper::ParseAbcPathAndOhmUrl(EcmaVM *vm, const CString &inputFileName, in ParseAbcPathAndOhmUrl()
205 CString ModulePathHelper::ConcatUnifiedOhmUrl(const CString &bundleName, const CString &pkgname, in ConcatUnifiedOhmUrl()
217 CString ModulePathHelper::ConcatUnifiedOhmUrl(const CString &bundleName, const CString &normalizedp… in ConcatUnifiedOhmUrl()
224 CString ModulePathHelper::ConcatPreviewTestUnifiedOhmUrl(const CString &bundleName, const CString &… in ConcatPreviewTestUnifiedOhmUrl()
231 CString ModulePathHelper::ConcatHspFileNameCrossBundle(const CString &bundleName, const CString &mo… in ConcatHspFileNameCrossBundle()
238 CString ModulePathHelper::ConcatHspFileName(const CString &moduleName) in ConcatHspFileName()
244 CString ModulePathHelper::TransformToNormalizedOhmUrl(EcmaVM *vm, const CString &inputFileName, in TransformToNormalizedOhmUrl()
300 CString ModulePathHelper::ParseUrl(EcmaVM *vm, const CString &recordName) in ParseUrl()
330 CString ModulePathHelper::ParsePrefixBundle(JSThread *thread, const JSPandaFile *jsPandaFile, in ParsePrefixBundle()
380 CString ModulePathHelper::ParseNormalizedOhmUrl(JSThread *thread, CString &baseFileName, const CStr… in ParseNormalizedOhmUrl()
410 CString ModulePathHelper::MakeNewRecord(JSThread *thread, const JSPandaFile *jsPandaFile, CString &… in MakeNewRecord()
458 CString ModulePathHelper::FindOhpmEntryPoint(const JSPandaFile *jsPandaFile, in FindOhpmEntryPoint()
491 CString ModulePathHelper::FindPackageInTopLevelWithNamespace(const JSPandaFile *jsPandaFile, in FindPackageInTopLevelWithNamespace()
540 CString ModulePathHelper::ParseOhpmPackage(const JSPandaFile *jsPandaFile, in ParseOhpmPackage()
571 CString ModulePathHelper::ParseThirdPartyPackage(const JSPandaFile *jsPandaFile, in ParseThirdPartyPackage()
602 CString ModulePathHelper::ParseThirdPartyPackage(const JSPandaFile *jsPandaFile, in ParseThirdPartyPackage()
629 void ModulePathHelper::ResolveCurrentPath(CString &dirPath, CString &fileName, const JSPandaFile *j… in ResolveCurrentPath()
636 CString ModulePathHelper::FindNpmEntryPoint(const JSPandaFile *jsPandaFile, const CString &packageE… in FindNpmEntryPoint()
652 CString ModulePathHelper::FindPackageInTopLevel(const JSPandaFile *jsPandaFile, in FindPackageInTopLevel()
668 bool ModulePathHelper::IsImportFile(const CString &moduleRequestName) in IsImportFile()
687 CString ModulePathHelper::RemoveSuffix(const CString &requestName) in RemoveSuffix()
701 bool ModulePathHelper::NeedTranstale(const CString &requestName) in NeedTranstale()
714 void ModulePathHelper::TranstaleExpressionInput(const JSPandaFile *jsPandaFile, CString &requestPat… in TranstaleExpressionInput()
741 CString ModulePathHelper::GetModuleNameWithBaseFile(const CString &baseFileName) in GetModuleNameWithBaseFile()
771 CString ModulePathHelper::TranslateExpressionInputWithEts(JSThread *thread, const JSPandaFile *jsPa… in TranslateExpressionInputWithEts()
791 void ModulePathHelper::ParseCrossModuleFile(const JSPandaFile *jsPandaFile, CString &requestPath) in ParseCrossModuleFile()
825 CString ModulePathHelper::ParseFileNameToVMAName(const CString &filename) in ParseFileNameToVMAName()
862 CVector<CString> ModulePathHelper::GetPkgContextInfoListElements(EcmaVM *vm, CString &moduleName, in GetPkgContextInfoListElements()
881 CString ModulePathHelper::ConcatImportFileNormalizedOhmurl(const CString &recordPath, const CString… in ConcatImportFileNormalizedOhmurl()
887 CString ModulePathHelper::ConcatNativeSoNormalizedOhmurl(const CString &moduleName, const CString &… in ConcatNativeSoNormalizedOhmurl()
895 CString ModulePathHelper::ConcatNotSoNormalizedOhmurl(const CString &moduleName, const CString &bun… in ConcatNotSoNormalizedOhmurl()
904 bool ModulePathHelper::NeedTranslateToNormalized(const CString &requestName) in NeedTranslateToNormalized()
916 CString ModulePathHelper::TranslateExpressionToNormalized(JSThread *thread, const JSPandaFile *jsPa… in TranslateExpressionToNormalized()
957 void ModulePathHelper::ConcatOtherNormalizedOhmurl(EcmaVM *vm, const JSPandaFile *jsPandaFile, in ConcatOtherNormalizedOhmurl()
992 CString ModulePathHelper::ConcatOtherNormalizedOhmurlWithFilePath(EcmaVM *vm, size_t filePathPos, in ConcatOtherNormalizedOhmurlWithFilePath()
1006 CString ModulePathHelper::ConcatNormalizedOhmurlWithData(CVector<CString> &data, CString &pkgName, … in ConcatNormalizedOhmurlWithData()
1027 CString ModulePathHelper::TranslateNapiFileRequestPath(JSThread *thread, const CString &modulePath, in TranslateNapiFileRequestPath()
1039 CVector<CString> ModulePathHelper::SplitNormalizedOhmurl(const CString &ohmurl) in SplitNormalizedOhmurl()
1055 CVector<CString> ModulePathHelper::SplitNormalizedRecordName(const CString &recordName) in SplitNormalizedRecordName()
1082 CString ModulePathHelper::GetBundleNameWithRecordName(EcmaVM *vm, const CString &recordName) in GetBundleNameWithRecordName()
1086 CVector<CString> res = ModulePathHelper::SplitNormalizedRecordName(recordName); in GetBundleNameWithRecordName()
1087 bundleName = res[ModulePathHelper::NORMALIZED_BUNDLE_NAME_INDEX]; in GetBundleNameWithRecordName()
1099 CString ModulePathHelper::Utf8ConvertToString(JSTaggedValue str) in Utf8ConvertToString()
1105 bool ModulePathHelper::IsOhmUrl(const CString &str) in IsOhmUrl()
1107 if (StringHelper::StringStartWith(str, ModulePathHelper::PREFIX_BUNDLE) || in IsOhmUrl()
1108 StringHelper::StringStartWith(str, ModulePathHelper::PREFIX_PACKAGE) || in IsOhmUrl()
1109 StringHelper::StringStartWith(str, ModulePathHelper::PREFIX_NORMALIZED_NOT_SO)) { in IsOhmUrl()
1115 bool ModulePathHelper::CheckAndGetRecordName(JSThread *thread, const CString &ohmUrl, CString &reco… in CheckAndGetRecordName()
1125 recordName = ModulePathHelper::ParseNormalizedOhmUrl(thread, str, " ", ohmUrl); in CheckAndGetRecordName()
1137 bool ModulePathHelper::ValidateAbcPath(const CString &baseFileName, ValidateFilePath checkMode) in ValidateAbcPath()