Searched refs:size_bytes (Results 1 – 11 of 11) sorted by relevance
85 int* size_bytes) { in GetStr() argument87 ASSERT(size_bytes != nullptr); in GetStr()92 if (*size_bytes == 0) { in GetStr()97 *size_bytes = str->copy(value, (*size_bytes - 1)); in GetStr()98 value[*size_bytes] = '\0'; in GetStr()99 *size_bytes += 1; in GetStr()
42 char* value, int* size_bytes);
68 std::vector<uint8_t> size_bytes; in IncomingPacket() local69 bluetooth::packet::BitInserter bit_inserter(size_bytes); in IncomingPacket()72 if (socket_.TrySend(size_bytes) == kSizeBytes) { in IncomingPacket()
46 uint64_t size_bytes);
241 uint64_t size_bytes) { in ExtentForBytes() argument243 uint64_t end_block = utils::DivRoundUp(start_bytes + size_bytes, block_size); in ExtentForBytes()
54 char* value, int* size_bytes);
456 char* value, int* size_bytes) { in btif_config_get_str() argument460 size_bytes); in btif_config_get_str()463 CHECK(size_bytes != NULL); in btif_config_get_str()469 strlcpy(value, stored_value->c_str(), *size_bytes); in btif_config_get_str()471 *size_bytes = strlen(value) + 1; in btif_config_get_str()
125 size_bytes = bytearray(size_chars)
142 size_bytes = bytearray(size_chars)
116 size_bytes = bytearray(size_chars)
947 void AddOperation(PartitionUpdate* partition_update, uint64_t size_bytes = 0) { in AddOperation() argument950 if (size_bytes == 0) { in AddOperation()951 size_bytes = GetSize(partition_update); in AddOperation()953 e->set_num_blocks(size_bytes / manifest_.block_size()); in AddOperation()