Home
last modified time | relevance | path

Searched defs:file_fd (Results 1 – 12 of 12) sorted by relevance

/external/ltp/testcases/kernel/syscalls/fstatfs/
Dfstatfs01.c56 static int file_fd; variable
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx01.c149 int file_fd; in setup() local
Dstatx02.c37 static int file_fd; variable
Dstatx03.c101 int file_fd; in setup() local
/external/ltp/testcases/kernel/syscalls/readlinkat/
Dreadlinkat02.c44 static int file_fd, dir_fd; variable
/external/ltp/testcases/kernel/syscalls/readdir/
Dreaddir21.c54 static unsigned int del_dir_fd, file_fd; variable
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl07.c69 static int file_fd, pipe_fds[2], fifo_fd; variable
Dfcntl17.c71 int file_fd; variable
/external/ltp/lib/
Dtst_device.c145 int dev_fd, file_fd; in tst_attach_device() local
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c880 int write_block(int file_fd, char *buffer, int size, long long hole, int sparse) in write_block()
962 void queue_file(char *pathname, int file_fd, struct inode *inode) in queue_file()
1001 unsigned int file_fd, i; in write_file() local
2006 int file_fd; in writer() local
/external/elfutils/src/
Delfclassify.c49 static int file_fd = -1; variable
/external/toolchain-utils/cros_utils/
Dlogger.py123 def LogMsg(self, file_fd, term_fd, msg, flush=True): argument