Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_mode.test.ts733 moduleMode.genFileCachePath(filePath, this.rollup.share.projectConfig.projectRootPath,
751 moduleMode.genFileCachePath(filePath, this.rollup.share.projectConfig.projectRootPath,
769 moduleMode.genFileCachePath(filePath, this.rollup.share.projectConfig.projectRootPath,
785 moduleMode.genFileCachePath(filePath, this.rollup.share.projectConfig.projectRootPath,
799 …const returnInfo = moduleMode.genFileCachePath(filePath, projectConfig.projectRootPath, cachePath);
810 …const returnInfo = moduleMode.genFileCachePath(filePath, projectConfig.projectRootPath, cachePath);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts307 … this.genFileCachePath(filePath, this.projectConfig.projectRootPath, this.projectConfig.cachePath);
615 private genFileCachePath(filePath: string, projectRootPath: string, cachePath: string): string { method in ModuleMode