Searched refs:flock (Results 1 – 10 of 10) sorted by relevance
/bionic/tests/headers/posix/ |
D | fcntl_h.c | 107 TYPE(struct flock); in fcntl_h() 108 STRUCT_MEMBER(struct flock, short, l_type); in fcntl_h() 109 STRUCT_MEMBER(struct flock, short, l_whence); in fcntl_h() 110 STRUCT_MEMBER(struct flock, off_t, l_start); in fcntl_h() 111 STRUCT_MEMBER(struct flock, off_t, l_len); in fcntl_h() 112 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 | gwp_asan_test.cpp | 84 EXPECT_NE(flock(flock_fd_, LOCK_EX), -1) << "failed to flock myself"; in SyspropRestorer()
|
D | fcntl_test.cpp | 162 struct flock check_lock; in TEST()
|
/bionic/libc/include/bits/ |
D | flock.h | 60 struct flock { __FLOCK_BODY }; struct
|
/bionic/libc/ |
D | SYSCALLS.TXT | 136 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 | 3924 CALL(flock)
|