Searched refs:char_bytes (Results 1 - 2 of 2) sorted by last modified time

/system/update_engine/
H A Dfake_file_writer.h47 const char* char_bytes = reinterpret_cast<const char*>(bytes); local
48 bytes_.insert(bytes_.end(), char_bytes, char_bytes + count);
/system/update_engine/payload_consumer/
H A Dfile_writer.cc33 const char* char_bytes = reinterpret_cast<const char*>(bytes); local
37 ssize_t rc = write(fd_, char_bytes + bytes_written,

Completed in 60 milliseconds