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

1 2 3 4 5

  /bionic/libc/kernel/uapi/asm-generic/
errno-base.h 50 #define EROFS 30
  /external/kernel-headers/original/uapi/asm-generic/
errno-base.h 34 #define EROFS 30 /* Read-only file system */
  /external/u-boot/fs/yaffs2/
yaffs_error.c 40 { EROFS, "EROFS"},
yportenv.h 173 #ifndef EROFS
174 #define EROFS 30
  /external/ltp/testcases/kernel/syscalls/mkdirat/
mkdirat02.c 20 * ELOOP and EROFS.
41 {&dir_fd, TEST_DIR, EROFS},
42 {&cur_fd, TEST_DIR, EROFS},
  /external/libusb/msvc/
errno.h 54 #define EROFS 30 /* Read-only file system */
  /external/curl/src/
tool_dirhie.c 64 #ifdef EROFS
65 case EROFS:
  /external/ltp/testcases/kernel/syscalls/mknodat/
mknodat02.c 21 * 1) mknod(2) returns -1 and sets errno to EROFS if pathname refers to
72 { &dir_fd, "tnode4", FIFOMODE, EROFS },
73 { &dir_fd, "tnode5", FREGMODE, EROFS },
74 { &dir_fd, "tnode6", SOCKMODE, EROFS },
131 * mount a read-only file system for EROFS test
  /external/libcxx/include/
errno.h 372 #ifndef EROFS
373 #define EROFS 9974
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 107 EROFS, "EROFS", EROFS}, {
4-1.c 102 EROFS, "EROFS"}, {
3-1-buildonly.c 88 int dummy71 = EROFS;
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 83 #define EROFS 30 /* Read-only filesystem */
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
xs_wire.h 85 XSD_ERROR(EROFS),
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
Xform.c 139 retval = EROFS;
  /external/ltp/testcases/kernel/syscalls/fchmod/
fchmod06.c 45 {&fd3, 0644, EROFS},
  /external/ltp/testcases/kernel/syscalls/link/
link08.c 29 * 3. link() fails with -1 return value and sets errno to EROFS
55 {TEST_FILE2, TEST_FILE3, EROFS},
  /external/ltp/testcases/kernel/syscalls/rmdir/
rmdir02.c 25 * 7) attempt to rmdir() dir on RO mounted FS -> EROFS
59 {TESTDIR5, EROFS},
  /bionic/tests/headers/posix/
errno_h.c 107 MACRO(EROFS);
  /external/ltp/testcases/kernel/syscalls/access/
access04.c 31 * 6) access() fails with -1 return value and sets errno to EROFS
68 {MNT_POINT, W_OK, EROFS}
  /external/ltp/testcases/kernel/syscalls/mkdir/
mkdir03.c 22 * EFAULT, ENAMETOOLONG, EEXIST, ENOENT, ENOTDIR, ELOOP and EROFS
60 {TST_EROFS, EROFS},
  /external/ltp/testcases/kernel/syscalls/utimes/
utimes01.c 34 * 5) utimes() returns -1 and sets errno to EROFS if path resides
67 { TESTFILE3, tv, EROFS },
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 38 EROFS = 30
  /external/u-boot/include/linux/
errno.h 33 #define EROFS 30 /* Read-only file system */
  /bionic/libc/bionic/
strerror.cpp 77 [EROFS] = "Read-only file system",

Completed in 1006 milliseconds

1 2 3 4 5