Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts637 const cacheProtoFilePath: string = changeFileExtension(cacheFilePath, EXTNAME_PROTO_BIN); constant
643 if (fs.existsSync(cacheProtoFilePath)) {
645 const hashProtoFileContentData: string = toHashData(cacheProtoFilePath);
647 jsonObject[cacheProtoFilePath] === hashProtoFileContentData) {
649 updatedJsonObject[cacheProtoFilePath] = cacheProtoFilePath;
823 const cacheProtoFilePath: string = changeFileExtension(cacheFilePath, EXTNAME_PROTO_BIN); constant
824 if (!fs.existsSync(cacheFilePath) || !fs.existsSync(cacheProtoFilePath)) {
826 `ArkTS:ERROR ${cacheFilePath} or ${cacheProtoFilePath} is lost`
830 const hashCacheProtoContentData: string = toHashData(cacheProtoFilePath);
832 this.hashJsonObject[cacheProtoFilePath] = hashCacheProtoContentData;