Searched refs:cacheProtoFilePath (Results 1 – 1 of 1) sorted by relevance
507 const cacheProtoFilePath: string = changeFileExtension(cacheFilePath, EXTNAME_PROTO_BIN); constant511 if (fs.existsSync(cacheProtoFilePath)) {513 const hashProtoFileContentData: string = toHashData(cacheProtoFilePath);515 jsonObject[cacheProtoFilePath] === hashProtoFileContentData) {517 updatedJsonObject[cacheProtoFilePath] = cacheProtoFilePath;682 const cacheProtoFilePath: string = changeFileExtension(cacheFilePath, EXTNAME_PROTO_BIN); constant683 if (!fs.existsSync(cacheFilePath) || !fs.existsSync(cacheProtoFilePath)) {685 `ArkTS:ERROR ${cacheFilePath} or ${cacheProtoFilePath} is lost`689 const hashCacheProtoContentData: string = toHashData(cacheProtoFilePath);691 this.hashJsonObject[cacheProtoFilePath] = hashCacheProtoContentData;