• Home
  • Raw
  • Download

Lines Matching refs:ModulePathHelper

284         StringHelper::StringStartWith(moduleRequestName, ModulePathHelper::PREFIX_BUNDLE) ||  in IsNativeModule()
285 StringHelper::StringStartWith(moduleRequestName, ModulePathHelper::PREFIX_PACKAGE) || in IsNativeModule()
286 … StringHelper::StringStartWith(moduleRequestName, ModulePathHelper::PREFIX_NORMALIZED_NOT_SO) || in IsNativeModule()
295 …if (StringHelper::StringStartWith(moduleRequestName, ModulePathHelper::REQUIRE_NAPI_OHOS_PREFIX)) { in GetNativeModuleType()
302 … if (StringHelper::StringStartWith(moduleRequestName, ModulePathHelper::REQUIRE_NAPI_APP_PREFIX) || in GetNativeModuleType()
303 StringHelper::StringStartWith(moduleRequestName, ModulePathHelper::PREFIX_NORMALIZED_SO)) { in GetNativeModuleType()
306 …if (StringHelper::StringStartWith(moduleRequestName, ModulePathHelper::REQUIRE_NAITVE_MODULE_PREFI… in GetNativeModuleType()
335 CString soName = ModulePathHelper::GetNormalizedPathFromOhmUrl(soPath); in MakeNormalizedAppArgs()
336 CString path = base::ConcatToCString(ModulePathHelper::GetBundleNameFromNormalized(vm, soPath), in MakeNormalizedAppArgs()
352 if (!StringHelper::StringStartWith(requestName, ModulePathHelper::REQUIRE_NAPI_APP_PREFIX)) { in MakeAppArgs()
431 CString moduleName = ModulePathHelper::GetModuleNameWithBaseFile(fileName); in LoadNativeModuleImpl()
766 …CString requestMod = ModulePathHelper::ReformatPath(GetModuleName(importedModule.GetTaggedValue())… in ModuleDeclarationEnvironmentSetup()
770 … CString recordStr = ModulePathHelper::ReformatPath(module->GetEcmaModuleRecordNameString()); in ModuleDeclarationEnvironmentSetup()
840 …CString requestMod = ModulePathHelper::ReformatPath(GetModuleName(importedModule.GetTaggedValue())… in ModuleDeclarationArrayEnvironmentSetup()
844 CString recordStr = ModulePathHelper::ReformatPath( in ModuleDeclarationArrayEnvironmentSetup()
1691 … CString requestMod = ModulePathHelper::ReformatPath(ConvertToString(thread, moduleRequest)); in CheckResolvedBinding()
1695 … CString recordStr = ModulePathHelper::ReformatPath(module->GetEcmaModuleRecordNameString()); in CheckResolvedBinding()
1732 … CString requestMod = ModulePathHelper::ReformatPath(ConvertToString(thread, moduleRequest)); in CheckResolvedIndexBinding()
1736 … CString record = ModulePathHelper::ReformatPath(module->GetEcmaModuleRecordNameString()); in CheckResolvedIndexBinding()
2229 … CString requestStr = ModulePathHelper::Utf8ConvertToString(thread, request.GetTaggedValue()); in GetModuleFromCacheOrResolveNewOne()