Searched refs:flock (Results 1 – 9 of 9) sorted by relevance
/bionic/tests/headers/posix/ |
D | fcntl_h.c | 103 TYPE(struct flock); in fcntl_h() 104 STRUCT_MEMBER(struct flock, short, l_type); in fcntl_h() 105 STRUCT_MEMBER(struct flock, short, l_whence); in fcntl_h() 106 STRUCT_MEMBER(struct flock, off_t, l_start); in fcntl_h() 107 STRUCT_MEMBER(struct flock, off_t, l_len); in fcntl_h() 108 STRUCT_MEMBER(struct flock, pid_t, l_pid); in fcntl_h()
|
/bionic/libc/include/sys/ |
D | file.h | 49 int flock(int __fd, int __op);
|
/bionic/tests/ |
D | _FILE_OFFSET_BITS_test.cpp | 39 struct flock check_lock; in TEST()
|
D | fcntl_test.cpp | 155 struct flock check_lock; in TEST()
|
/bionic/libc/include/bits/ |
D | flock.h | 60 struct flock { __FLOCK_BODY }; struct
|
/bionic/libc/ |
D | SYSCALLS.TXT | 127 int flock(int, int) all
|
D | libc.map.txt | 364 flock;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 364 flock;
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_001.S | 3925 CALL(flock)
|