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.ts439 const cacheProtoFilePath: string = changeFileExtension(cacheFilePath, EXTNAME_PROTO_BIN); constant
443 if (fs.existsSync(cacheProtoFilePath)) {
445 const hashProtoFileContentData: any = toHashData(cacheProtoFilePath);
447 jsonObject[cacheProtoFilePath] === hashProtoFileContentData) {
449 updatedJsonObject[cacheProtoFilePath] = cacheProtoFilePath;
614 const cacheProtoFilePath: string = changeFileExtension(cacheFilePath, EXTNAME_PROTO_BIN); constant
615 if (!fs.existsSync(cacheFilePath) || !fs.existsSync(cacheProtoFilePath)) {
617 `ArkTS:ERROR ${cacheFilePath} or ${cacheProtoFilePath} is lost`
621 const hashCacheProtoContentData: any = toHashData(cacheProtoFilePath);
623 this.hashJsonObject[cacheProtoFilePath] = hashCacheProtoContentData;