Searched refs:l_whence (Results 1 – 2 of 2) sorted by relevance
/frameworks/libs/binary_translation/kernel_api/ |
D | fcntl_emulation.cc | 81 int16_t l_whence; member 92 *host = {guest->l_type, guest->l_whence, guest->l_start, guest->l_len, guest->l_pid}; in ConvertGuestFlockToHostFlock64() 103 host->l_whence, in ConvertHostFlock64ToGuestFlock()
|
/frameworks/libs/binary_translation/kernel_api/riscv64/ |
D | guest_types.h | 57 CHECK_FIELD_LAYOUT(Guest_flock, l_whence, 16, 16); 64 CHECK_FIELD_LAYOUT(Guest_flock64, l_whence, 16, 16);
|