Searched refs:genFileCachePath (Results 1 – 3 of 3) sorted by relevance
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/class_mock/ |
| D | module_mode_mock.ts | 66 const filePathCache: string = this.genFileCachePath(
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ |
| D | module_mode.test.ts | 1450 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/ |
| D | module_mode.ts | 454 …this.genFileCachePath(filePath, this.projectConfig.projectRootPath, this.projectConfig.cachePath, … 745 …private genFileCachePath(filePath: string, projectRootPath: string, cachePath: string, metaInfo: O… method in ModuleMode
|