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