Home
last modified time | relevance | path

Searched refs:currentModuleName (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp269 CString currentModuleName = GetModuleNameWithBaseFile(baseFileName); in TransformToNormalizedOhmUrl() local
270 if (currentModuleName.size() == 0) { in TransformToNormalizedOhmUrl()
271 currentModuleName = moduleName; in TransformToNormalizedOhmUrl()
273 CVector<CString> data = GetPkgContextInfoListElements(vm, currentModuleName, pkgname); in TransformToNormalizedOhmUrl()
367 CString currentModuleName = currentVec[1]; in ParsePrefixBundle() local
368 PathHelper::DeleteNamespace(currentModuleName); in ParsePrefixBundle()
372 } else if (currentModuleName != vm->GetModuleName()) { in ParsePrefixBundle()
964 CString currentModuleName = GetModuleNameWithBaseFile(baseFileName); in ConcatOtherNormalizedOhmurl() local
966 CVector<CString> data = GetPkgContextInfoListElements(vm, currentModuleName, pkgName); in ConcatOtherNormalizedOhmurl()
975 … result = ConcatOtherNormalizedOhmurlWithFilePath(vm, filePathPos, currentModuleName, requestPath); in ConcatOtherNormalizedOhmurl()
[all …]