HomeSort by relevance Sort by last modified time
    Searched refs:next_fd (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/kernel/syscalls/nftw/
test_func.c 34 extern int npathdats, ngoods, nbads, nmnem, visit, next_fd[4];
570 if ((fd != next_fd[0]) && (fd != next_fd[1])) {
573 next_fd[0], next_fd[1]);
600 if (fd == next_fd[i])
606 next_fd[0], next_fd[1], next_fd[2], next_fd[3])
    [all...]
test_func64.c 34 extern int npathdats, ngoods, nbads, nmnem, visit, next_fd[4];
583 if ((fd != next_fd[0]) && (fd != next_fd[1])) {
586 next_fd[0], next_fd[1]);
613 if (fd == next_fd[i])
619 next_fd[0], next_fd[1], next_fd[2], next_fd[3])
    [all...]
test.c 35 extern int npathdats, ngoods, nbads, nmnem, visit, s2, next_fd[4];
850 if ((next_fd[0] = open(path, O_RDONLY)) == -1) {
851 perror("open next_fd[0]");
857 if ((next_fd[1] = open(path, O_RDONLY)) == -1) {
858 perror("open next_fd[1]");
863 if (close(next_fd[0]) == -1) {
864 perror("close next_fd[0]");
869 if (close(next_fd[1]) == -1) {
870 perror("close next_fd[1]");
902 if ((next_fd[i] = open(path, O_RDONLY)) == -1)
    [all...]
test64.c 35 extern int npathdats, ngoods, nbads, nmnem, visit, s2, next_fd[4];
867 if ((next_fd[0] = open(path, O_RDONLY)) == -1) {
868 perror("open next_fd[0]");
874 if ((next_fd[1] = open(path, O_RDONLY)) == -1) {
875 perror("open next_fd[1]");
880 if (close(next_fd[0]) == -1) {
881 perror("close next_fd[0]");
886 if (close(next_fd[1]) == -1) {
887 perror("close next_fd[1]");
919 if ((next_fd[i] = open(path, O_RDONLY)) == -1)
    [all...]
nftw.c 64 int next_fd[4]; variable
nftw64.c 64 int next_fd[4]; variable
  /system/core/libcutils/
fs.cpp 254 int next_fd; local
255 if ((next_fd = openat(fd, segment, O_NOFOLLOW | O_CLOEXEC)) == -1) {
262 fd = next_fd;

Completed in 3721 milliseconds