Searched refs:size_bytes (Results 1 – 7 of 7) sorted by relevance
46 uint64_t size_bytes);
242 uint64_t size_bytes) { in ExtentForBytes() argument244 uint64_t end_block = utils::DivRoundUp(start_bytes + size_bytes, block_size); in ExtentForBytes()
43 char* value, int* size_bytes);
378 char* value, int* size_bytes) { in btif_config_get_str() argument381 CHECK(size_bytes != NULL); in btif_config_get_str()388 strlcpy(value, stored_value->c_str(), *size_bytes); in btif_config_get_str()391 *size_bytes = strlen(value) + 1; in btif_config_get_str()
125 size_bytes = bytearray(size_chars)
142 size_bytes = bytearray(size_chars)
115 size_bytes = bytearray(size_chars)