Home
last modified time | relevance | path

Searched refs:size_bytes (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/payload_generator/
Dextent_ranges.h46 uint64_t size_bytes);
Dextent_ranges.cc242 uint64_t size_bytes) { in ExtentForBytes() argument
244 uint64_t end_block = utils::DivRoundUp(start_bytes + size_bytes, block_size); in ExtentForBytes()
/system/bt/btif/include/
Dbtif_config.h43 char* value, int* size_bytes);
/system/bt/btif/src/
Dbtif_config.cc378 char* value, int* size_bytes) { in btif_config_get_str() argument
381 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()
/system/bt/vendor_libs/test_vendor_lib/scripts/
Dsimple_link_layer_socket.py125 size_bytes = bytearray(size_chars)
Dsend_simple_commands.py142 size_bytes = bytearray(size_chars)
Dtest_channel.py115 size_bytes = bytearray(size_chars)