Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dmodule_info.ts24 belongModulePath: string; property in Meta
35 this.belongModulePath = `${PROJECT_ROOT}/${DEFAULT_PROJECT}/${DEFAULT_ENTRY}`;
/developtools/ace_ets2bundle/compiler/src/
Dutils.ts354 relativeFilePath = filePath.replace(toUnixPath(metaInfo.belongModulePath), moduleName);
1289 belongModulePath: modulePathMap[moduleName]
1296 belongModulePath: projectRootPath
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dutils.test.ts1273 belongModulePath: '/testHar/har',
1293 belongModulePath: '/testHar/har',
1358 belongModulePath: `${PROJECT_ROOT}/${DEFAULT_PROJECT}/har`
1377 belongModulePath: `${PROJECT_ROOT}/${DEFAULT_PROJECT}`
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts750 sufStr = filePath.replace(toUnixPath(metaInfo.belongModulePath), metaInfo.moduleName);