Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/kernel_api/
Dfcntl_emulation.cc80 int16_t l_type; member
92 *host = {guest->l_type, guest->l_whence, guest->l_start, guest->l_len, guest->l_pid}; in ConvertGuestFlockToHostFlock64()
102 *guest = {host->l_type, in ConvertHostFlock64ToGuestFlock()
/frameworks/libs/binary_translation/kernel_api/riscv64/
Dguest_types.h56 CHECK_FIELD_LAYOUT(Guest_flock, l_type, 0, 16);
63 CHECK_FIELD_LAYOUT(Guest_flock64, l_type, 0, 16);