Searched refs:cacheProtoFilePath (Results 1 – 1 of 1) sorted by relevance
642 const cacheProtoFilePath: string = changeFileExtension(cacheFilePath, EXTNAME_PROTO_BIN); constant648 if (fs.existsSync(cacheProtoFilePath)) {650 const hashProtoFileContentData: string = toHashData(cacheProtoFilePath);652 jsonObject[cacheProtoFilePath] === hashProtoFileContentData) {654 updatedJsonObject[cacheProtoFilePath] = cacheProtoFilePath;828 const cacheProtoFilePath: string = changeFileExtension(cacheFilePath, EXTNAME_PROTO_BIN); constant829 if (!fs.existsSync(cacheFilePath) || !fs.existsSync(cacheProtoFilePath)) {831 `ArkTS:ERROR ${cacheFilePath} or ${cacheProtoFilePath} is lost`835 const hashCacheProtoContentData: string = toHashData(cacheProtoFilePath);837 this.hashJsonObject[cacheProtoFilePath] = hashCacheProtoContentData;