Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/class_mock/
Dmodule_mode_mock.ts66 const filePathCache: string = this.genFileCachePath(
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_mode.test.ts1450 moduleMode.genFileCachePath(filePath, this.rollup.share.projectConfig.projectRootPath,
1468 moduleMode.genFileCachePath(filePath, this.rollup.share.projectConfig.projectRootPath,
1486 moduleMode.genFileCachePath(filePath, this.rollup.share.projectConfig.projectRootPath,
1502 moduleMode.genFileCachePath(filePath, this.rollup.share.projectConfig.projectRootPath,
1516 …const returnInfo = moduleMode.genFileCachePath(filePath, projectConfig.projectRootPath, cachePath);
1527 …const returnInfo = moduleMode.genFileCachePath(filePath, projectConfig.projectRootPath, cachePath);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts454 …this.genFileCachePath(filePath, this.projectConfig.projectRootPath, this.projectConfig.cachePath, …
745 …private genFileCachePath(filePath: string, projectRootPath: string, cachePath: string, metaInfo: O… method in ModuleMode