Home
last modified time | relevance | path

Searched refs:ToStringView (Results 1 – 10 of 10) sorted by relevance

/system/libziparchive/
Dzip_cd_entry_map.cc24 const std::string_view ToStringView(ZipStringOffset& entry, const uint8_t *start) { in ToStringView() function
38 if (ToStringView(hash_table_[ent], start) == name) { in GetCdEntryOffset()
58 if (ToStringView(hash_table_[ent], start) == name) { in AddToMap()
86 return {ToStringView(entry, cd_start), static_cast<uint64_t>(entry.name_offset)}; in Next()
/system/update_engine/lz4diff/
Dlz4patch.cc227 ToStringView(decompressed_src), patch.inner_patch, decompressed_dst)); in ApplyInnerPatch()
231 ToStringView(decompressed_src), patch.inner_patch, decompressed_dst)); in ApplyInnerPatch()
259 ToStringView(decompressed_dst), in Lz4Patch()
283 if (ToStringView(actual_hash) != block_info.sha256_hash()) { in Lz4Patch()
303 ToStringView(decompressed_dst), in Lz4Patch()
345 return Lz4Patch(ToStringView(src_data), ToStringView(patch_data), output); in Lz4Patch()
Dlz4diff.cc221 auto recompressed_blob = TryCompressBlob(ToStringView(decompressed_dst), in Lz4Diff()
229 ToStringView(recompressed_blob), dst, dst_file_info, &header); in Lz4Diff()
239 return Lz4Diff(ToStringView(src), in Lz4Diff()
240 ToStringView(dst), in Lz4Diff()
Dlz4diff_main.cc73 ToStringView(src_blob), ToStringView(lz4diff_patch), &actual_target)); in ExecuteLz4diff()
Dlz4diff_compress.cc233 ToStringView(blob), block_info, zero_padding_enabled); in TryDecompressBlob()
/system/update_engine/common/
Dhash_calculator.cc135 return SHA256Digest(ToStringView(blob)); in SHA256Digest()
139 return SHA256Digest(ToStringView(blob)); in SHA256Digest()
Dutils.h551 [[nodiscard]] std::string_view ToStringView(
554 constexpr std::string_view ToStringView( in ToStringView() function
559 [[nodiscard]] std::string_view ToStringView(const void* data,
Dutils.cc1168 [[nodiscard]] std::string_view ToStringView( in ToStringView() function
1174 [[nodiscard]] std::string_view ToStringView(const void* data, in ToStringView() function
/system/update_engine/aosp/
Dota_extractor.cc142 CHECK_EQ(HexEncode(ToStringView(actual_hash)), in ExtractImagesFromOTA()
155 CHECK_EQ(HexEncode(ToStringView(actual_hash)), in ExtractImagesFromOTA()
187 CHECK_EQ(HexEncode(ToStringView(actual_hash)), in ExtractImagesFromOTA()
/system/update_engine/payload_consumer/
Dinstall_operation_executor.cc275 ToStringView(src_data), in ExecuteLz4diffOperation()
276 ToStringView(data, count), in ExecuteLz4diffOperation()