Searched defs:WriteUint64AsBigEndian (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/payload_generator/
H A Dpayload_file.cc56 bool WriteUint64AsBigEndian(FileWriter* writer, const uint64_t value) { function in namespace:chromeos_update_engine::__anon2767
204 TEST_AND_RETURN_FALSE(WriteUint64AsBigEndian(&writer, major_version_));
207 TEST_AND_RETURN_FALSE(WriteUint64AsBigEndian(&writer,

Completed in 29 milliseconds