Searched refs:ToStringView (Results 1 – 10 of 10) sorted by relevance
/system/libziparchive/ |
D | zip_cd_entry_map.cc | 24 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/ |
D | lz4patch.cc | 227 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()
|
D | lz4diff.cc | 221 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()
|
D | lz4diff_main.cc | 73 ToStringView(src_blob), ToStringView(lz4diff_patch), &actual_target)); in ExecuteLz4diff()
|
D | lz4diff_compress.cc | 233 ToStringView(blob), block_info, zero_padding_enabled); in TryDecompressBlob()
|
/system/update_engine/common/ |
D | hash_calculator.cc | 135 return SHA256Digest(ToStringView(blob)); in SHA256Digest() 139 return SHA256Digest(ToStringView(blob)); in SHA256Digest()
|
D | utils.h | 551 [[nodiscard]] std::string_view ToStringView( 554 constexpr std::string_view ToStringView( in ToStringView() function 559 [[nodiscard]] std::string_view ToStringView(const void* data,
|
D | utils.cc | 1168 [[nodiscard]] std::string_view ToStringView( in ToStringView() function 1174 [[nodiscard]] std::string_view ToStringView(const void* data, in ToStringView() function
|
/system/update_engine/aosp/ |
D | ota_extractor.cc | 142 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/ |
D | install_operation_executor.cc | 275 ToStringView(src_data), in ExecuteLz4diffOperation() 276 ToStringView(data, count), in ExecuteLz4diffOperation()
|