Home
last modified time | relevance | path

Searched defs:flock (Results 1 – 25 of 142) sorted by relevance

123456

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/bits/
Dfcntl.h35 struct flock struct
50 struct flock64 argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
Dfcntl.h35 struct flock struct
50 struct flock64 argument
/aosp_15_r20/external/llvm-libc/include/llvm-libc-types/
H A Dstruct_flock.h17 struct flock { struct
18 int16_t l_type;
19 int16_t l_whence;
20 off_t l_start;
21 off_t l_len;
22 pid_t l_pid;
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/asm-generic/
Dfcntl.h195 struct flock { struct
209 struct flock64 { argument
/aosp_15_r20/external/kernel-headers/original/uapi/asm-generic/
H A Dfcntl.h195 struct flock { struct
209 struct flock64 { argument
/aosp_15_r20/external/musl/include/
H A Dfcntl.h24 struct flock { struct
25 short l_type;
26 short l_whence;
27 off_t l_start;
28 off_t l_len;
29 pid_t l_pid;
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/
H A Dfcntl.h24 struct flock { struct
25 short l_type;
26 short l_whence;
27 off_t l_start;
28 off_t l_len;
29 pid_t l_pid;
/aosp_15_r20/external/trusty/musl/include/
Dfcntl.h24 struct flock { struct
25 short l_type;
26 short l_whence;
27 off_t l_start;
28 off_t l_len;
29 pid_t l_pid;
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/
H A Dfcntl.h24 struct flock { struct
25 short l_type;
26 short l_whence;
27 off_t l_start;
28 off_t l_len;
29 pid_t l_pid;
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/
H A Dfcntl.h24 struct flock { struct
25 short l_type;
26 short l_whence;
27 off_t l_start;
28 off_t l_len;
29 pid_t l_pid;
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/
H A Dfcntl.h24 struct flock { struct
25 short l_type;
26 short l_whence;
27 off_t l_start;
28 off_t l_len;
29 pid_t l_pid;
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl13.c25 static struct flock flock; variable
30 struct flock *flock; member
H A Dfcntl_common.h14 #define FCNTL_COMPAT(fd, cmd, flock) \ argument
71 #define FCNTL_COMPAT(fd, cmd, flock) \ argument
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/
Dtest_fcntl.rs395 let mut flock: libc::flock = unsafe { in test_ofd_write_lock() localVariable
433 let mut flock: libc::flock = unsafe { in test_ofd_read_lock() localVariable
/aosp_15_r20/external/strace/
H A Dflock.c37 SYS_FUNC(flock) in SYS_FUNC() argument
/aosp_15_r20/external/musl/src/linux/
H A Dflock.c4 int flock(int fd, int op) in flock() function
/aosp_15_r20/external/trusty/musl/src/linux/
Dflock.c4 int flock(int fd, int op) in flock() function
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.32_x86_x86_64_shared/gen/include/bits/
Dflock.h60 struct flock { __FLOCK_BODY }; struct
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/generated-headers/bionic/libc/libc/android_vendor.34_arm_armv8-a_shared/gen/include/bits/
Dflock.h60 struct flock { __FLOCK_BODY }; struct
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/bionic/libc/libc/android_vendor.33_arm_armv7-a-neon_shared/gen/include/bits/
Dflock.h60 struct flock { __FLOCK_BODY }; struct
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/include/bits/
H A Dflock.h60 struct flock { __FLOCK_BODY }; struct
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/bits/
Dflock.h60 struct flock { __FLOCK_BODY }; struct
/aosp_15_r20/prebuilts/vndk/v32/arm/include/generated-headers/bionic/libc/libc/android_vendor.32_arm_armv7-a-neon_shared/gen/include/bits/
Dflock.h60 struct flock { __FLOCK_BODY }; struct
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.32_x86_64_shared/gen/include/bits/
Dflock.h60 struct flock { __FLOCK_BODY }; struct
/aosp_15_r20/prebuilts/vndk/v34/x86/include/generated-headers/bionic/libc/libc/android_vendor.34_x86_shared/gen/include/bits/
Dflock.h60 struct flock { __FLOCK_BODY }; struct

123456