OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fcntl
(Results
201 - 225
of
3413
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/libc/kernel/uapi/linux/
eventpoll.h
21
#include <linux/
fcntl
.h>
/bionic/tests/
fcntl_test.cpp
20
#include <
fcntl
.h>
24
TEST(
fcntl
, fcntl_smoke) {
28
int flags =
fcntl
(fd, F_GETFD);
32
int rc =
fcntl
(fd, F_SETFD, FD_CLOEXEC);
35
flags =
fcntl
(fd, F_GETFD);
42
TEST(
fcntl
, open_open64) {
54
TEST(
fcntl
, openat_openat64) {
66
TEST(
fcntl
, creat_creat64) {
73
TEST(
fcntl
, posix_fadvise) {
93
TEST(
fcntl
, fallocate_EINVAL)
[
all
...]
/bootable/recovery/otafault/
test.cpp
18
#include <
fcntl
.h>
/development/ndk/platforms/android-21/include/linux/
eventpoll.h
21
#include <linux/
fcntl
.h>
/development/ndk/platforms/android-21/include/sys/
eventfd.h
33
#include <
fcntl
.h>
inotify.h
36
#include <asm/
fcntl
.h> /* For O_CLOEXEC and O_NONBLOCK. */
timerfd.h
32
#include <
fcntl
.h> /* For O_CLOEXEC and O_NONBLOCK. */
/development/ndk/platforms/android-3/include/linux/
fcntl.h
15
#include <asm/
fcntl
.h>
/development/ndk/platforms/android-9/include/sys/
eventfd.h
32
#include <
fcntl
.h>
/external/autotest/client/site_tests/security_Minijail_seccomp/src/
ok.c
5
#include <
fcntl
.h>
/external/libchrome/base/test/
test_file_util_linux.cc
7
#include <
fcntl
.h>
/external/libdrm/tests/
name_from_fd.c
29
#include <
fcntl
.h>
/external/libselinux/src/
fsetfilecon.c
2
#include <
fcntl
.h>
lsetfilecon.c
2
#include <
fcntl
.h>
setfilecon.c
2
#include <
fcntl
.h>
/external/strace/
access.c
3
#include <
fcntl
.h>
eventfd.c
30
#include <
fcntl
.h>
/external/strace/tests/
mq.c
34
#include <
fcntl
.h>
pipe.c
33
#include <
fcntl
.h>
signalfd.c
32
#include <
fcntl
.h>
userfaultfd.c
33
#include <
fcntl
.h>
/external/valgrind/memcheck/tests/darwin/
mkfifo.c
6
#include <
fcntl
.h>
/external/valgrind/memcheck/tests/
erringfds.c
5
#include <
fcntl
.h>
fwrite.c
1
#include <
fcntl
.h>
mmaptest.c
3
#include <
fcntl
.h>
Completed in 2414 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>