Home
last modified time | relevance | path

Searched refs:a_data (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/payload_consumer/
Ddelta_performer_integration_test.cc176 brillo::Blob a_data, b_data; in CompareFilesByBlock() local
177 EXPECT_TRUE(utils::ReadFile(a_file, &a_data)) << "file failed: " << a_file; in CompareFilesByBlock()
180 EXPECT_GE(a_data.size(), image_size); in CompareFilesByBlock()
184 brillo::Blob a_sub(&a_data[i], &a_data[i + kBlockSize]); in CompareFilesByBlock()
190 << ", partition A " << a_file << " size: " << a_data.size() in CompareFilesByBlock()
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h569 static inline bool StringLessThan(const char *a_data, uoffset_t a_size,
571 const auto cmp = memcmp(a_data, b_data, (std::min)(a_size, b_size));