Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/kernel_api/
Dfcntl_emulation.cc84 int32_t l_pid; member
92 *host = {guest->l_type, guest->l_whence, guest->l_start, guest->l_len, guest->l_pid}; in ConvertGuestFlockToHostFlock64()
106 host->l_pid}; in ConvertHostFlock64ToGuestFlock()
/frameworks/libs/binary_translation/kernel_api/riscv64/
Dguest_types.h60 CHECK_FIELD_LAYOUT(Guest_flock, l_pid, 192, 32);
67 CHECK_FIELD_LAYOUT(Guest_flock64, l_pid, 192, 32);