Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ohmUrl/
DohmUrl.test.ts19 import { getOhmUrlByFilepath, getOhmUrlBySystemApiOrLibRequest, getOhmUrlByHarName } from '../../..…
30 let ohmUrl_1 = getOhmUrlByFilepath(filePath, projectConfig, undefined, moduleName);
31 let ohmUrl_2 = getOhmUrlByFilepath(filePath, projectConfig, undefined, moduleNamespace);
43 let ohmUrl_1 = getOhmUrlByFilepath(filePath, projectConfig, undefined, moduleName);
44 let ohmUrl_2 = getOhmUrlByFilepath(filePath, projectConfig, undefined, moduleNamespace);
88 const ohmUrl = getOhmUrlByFilepath(filePath, projectConfig, undefined, moduleName);
89 const harOhmUrl = getOhmUrlByFilepath(harFilePath, projectConfig, undefined, moduleNamespace);
100 …const moduleLevelPkgOhmUrl = getOhmUrlByFilepath(moduleLevelPkgPath, projectConfig, undefined, und…
101 …const projectLevelPkgOhmUrl = getOhmUrlByFilepath(projectLevelPkgPath, projectConfig, undefined, u…
112 getOhmUrlByFilepath(staticLibraryEntry, projectConfig, undefined, moduleNamespace);
[all …]
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_source_file.ts25 getOhmUrlByFilepath,
124 let mockFileOhmUrl: string = getOhmUrlByFilepath(mockFilePath,
280getOhmUrlByFilepath(filePath, ModuleSourceFile.projectConfig, ModuleSourceFile.logger, namespace);
Dmodule_mode.ts77 getOhmUrlByFilepath,
227 …const pkgBuildPath: string = getOhmUrlByFilepath(filePath, this.projectConfig, this.logger, metaIn…
304 …let recordName: string = getOhmUrlByFilepath(filePath, this.projectConfig, this.logger, namespace);
/developtools/ace_ets2bundle/compiler/src/
Dgen_abc_plugin.ts42 getOhmUrlByFilepath,
146 this.recordName = getOhmUrlByFilepath(filePath, projectConfig, logger);
Dark_utils.ts73 export function getOhmUrlByFilepath(filePath: string, projectConfig: Object, logger: Object, namesp… function