Home
last modified time | relevance | path

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

/system/core/adb/client/
Dincremental_utils.cpp76 int32_t le_val = read_int32(fd); in append_int() local
78 bytes->resize(old_size + sizeof(le_val)); in append_int()
79 memcpy(bytes->data() + old_size, &le_val, sizeof(le_val)); in append_int()