Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts258 … this.genFileCachePath(filePath, this.projectConfig.projectRootPath, this.projectConfig.cachePath);
547 private genFileCachePath(filePath: string, projectRootPath: string, cachePath: string): string { method in ModuleMode