Home
last modified time | relevance | path

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

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