Searched refs:cacheProtoFilePath (Results 1 – 1 of 1) sorted by relevance
439 const cacheProtoFilePath: string = changeFileExtension(cacheFilePath, EXTNAME_PROTO_BIN); constant443 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); constant615 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;