HomeSort by relevance Sort by last modified time
    Searched defs:WritePayload (Results 1 - 2 of 2) sorted by null

  /system/update_engine/payload_generator/
payload_file.cc 100 bool PayloadFile::WritePayload(const string& payload_file,
  /system/update_engine/
test_http_server.cc 222 size_t WritePayload(int fd, const off_t start_offset, const off_t end_offset,
272 inline size_t WritePayload(int fd, const off_t start_offset,
274 return WritePayload(fd, start_offset, end_offset, 'a', 10);
348 if ((ret = WritePayload(fd, start_offset, midway_offset)) < 0)
356 if ((ret = WritePayload(fd, midway_offset, end_offset)) < 0)
361 if ((ret = WritePayload(fd, start_offset, end_offset)) < 0)

Completed in 65 milliseconds