Home
last modified time | relevance | path

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

/developtools/ace_js2bundle/ace-loader/src/
DgenAbc-plugin.js57 const hashFile = 'gen_hash.json'; constant
368 let hashJsonPath = path.join(process.env.cachePath, TEMPORARY, abilityDir, hashFile);
381 let hashJsonPath = path.join(hashPath, hashFile);
/developtools/ace_ets2bundle/compiler/src/
Dgen_abc_plugin.ts125 const hashFile: string = 'gen_hash.json'; constant
1000 let hashJsonPath: string = path.join(process.env.cachePath, TEMPORARY, abilityDir, hashFile);
1011 let hashJsonPath: string = path.join(hashPath, hashFile);