Searched refs:genFileCachePath (Results 1 – 2 of 2) sorted by relevance
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ |
| D | module_mode.test.ts | 733 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/ |
| D | module_mode.ts | 307 … this.genFileCachePath(filePath, this.projectConfig.projectRootPath, this.projectConfig.cachePath); 615 private genFileCachePath(filePath: string, projectRootPath: string, cachePath: string): string { method in ModuleMode
|