Searched refs:in_size (Results 1 – 5 of 5) sorted by relevance
/system/update_engine/payload_consumer/ |
D | xz_extent_writer.cc | 79 request.in_size = count; in Write() 99 CHECK_EQ(request.in_size, request.in_pos); in Write() 100 if (request.in_size == request.in_pos) in Write() 108 request.in + request.in_size); in Write()
|
/system/core/trusty/gatekeeper/ |
D | trusty_gatekeeper_ipc.c | 42 int trusty_gatekeeper_call(uint32_t cmd, void *in, uint32_t in_size, uint8_t *out, in trusty_gatekeeper_call() argument 49 size_t msg_size = in_size + sizeof(struct gatekeeper_message); in trusty_gatekeeper_call() 52 memcpy(msg->payload, in, in_size); in trusty_gatekeeper_call()
|
D | trusty_gatekeeper_ipc.h | 20 int trusty_gatekeeper_call(uint32_t cmd, void *in, uint32_t in_size, uint8_t *out,
|
/system/extras/verity/ |
D | build_verity_tree.cpp | 77 const unsigned char *in, size_t in_size, in hash_blocks() argument 84 for (size_t i = 0; i < in_size; i += block_size) { in hash_blocks()
|
/system/update_engine/payload_generator/ |
D | payload_file.cc | 39 DeltaObject(const string& in_name, const int in_type, const off_t in_size) in DeltaObject() 42 size(in_size) {} in DeltaObject()
|