Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_mode.ts91 const cacheOutputPath: string = this.genCacheBundleFilePath(outputPath, tempFilePath);
238 private genCacheBundleFilePath(outputPath: string, tempFilePath: string): string { method in BundleMode