HomeSort by relevance Sort by last modified time
    Searched refs:ELOOP (Results 1 - 25 of 178) sorted by null

1 2 3 4 5 6 7 8

  /bionic/libc/bionic/
fchmod.cpp 63 if (result == -1 && errno == ELOOP) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 186 #ifndef ELOOP
187 #define ELOOP 114
  /external/ltp/testcases/kernel/syscalls/open/
open07.c 25 * Test the open(2) system call to ensure that it sets ELOOP correctly.
32 * that it returns ELOOP.
35 * Check that it returns ELOOP.
38 * Check that it returns ELOOP.
41 * open(O_NOFOLLOW). Check that it returns ELOOP.
91 {"Test for ELOOP on f2: f1 -> f2", {},
92 O_NOFOLLOW, 00700, setupfunc_test1, ELOOP},
93 {"Test for ELOOP on d2: d1 -> d2", {},
94 O_NOFOLLOW, 00700, setupfunc_test2, ELOOP},
95 {"Test for ELOOP on f3: f1 -> f2 -> f3", {}
    [all...]
  /external/libmicrohttpd/src/include/
w32functions.h 113 #ifndef ELOOP
114 #define ELOOP (MHDW32ERRBASE+24)
  /external/ltp/testcases/kernel/syscalls/mknodat/
mknodat02.c 23 * 2) mknod(2) returns -1 and sets errno to ELOOP if Too many symbolic
75 { &curfd, elooppathname, FIFOMODE, ELOOP },
76 { &curfd, elooppathname, FREGMODE, ELOOP },
77 { &curfd, elooppathname, SOCKMODE, ELOOP },
139 * NOTE: the ELOOP test is written based on that the consecutive
  /external/libcxx/include/
errno.h 230 #ifndef ELOOP
231 #define ELOOP 9939
  /external/ltp/testcases/kernel/syscalls/mkdirat/
mkdirat02.c 20 * ELOOP and EROFS.
58 {&dir_fd, test_file2, ELOOP},
59 {&cur_fd, test_file2, ELOOP},
113 * NOTE: the ELOOP test is written based on that the consecutive
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 57 ELOOP, "ELOOP", ELOOP}, {
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixConstants.java 130 static final int ELOOP = OsConstants.ELOOP;
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 230 #ifndef ELOOP
231 #define ELOOP 9939
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
errno.h 230 #ifndef ELOOP
231 #define ELOOP 9939
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
errno.h 230 #ifndef ELOOP
231 #define ELOOP 9939
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
errno.h 230 #ifndef ELOOP
231 #define ELOOP 9939
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
errno.h 230 #ifndef ELOOP
231 #define ELOOP 9939
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
errno.h 230 #ifndef ELOOP
231 #define ELOOP 9939
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
errno.h 230 #ifndef ELOOP
231 #define ELOOP 9939
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
errno.h 230 #ifndef ELOOP
231 #define ELOOP 9939
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
errno.h 230 #ifndef ELOOP
231 #define ELOOP 9939
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
errno.h 230 #ifndef ELOOP
231 #define ELOOP 9939
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
errno.h 230 #ifndef ELOOP
231 #define ELOOP 9939
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
errno.h 230 #ifndef ELOOP
231 #define ELOOP 9939
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
errno.h 230 #ifndef ELOOP
231 #define ELOOP 9939
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
errno.h 230 #ifndef ELOOP
231 #define ELOOP 9939
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
errno.h 230 #ifndef ELOOP
231 #define ELOOP 9939
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 27 #define ELOOP 40

Completed in 282 milliseconds

1 2 3 4 5 6 7 8