HomeSort by relevance Sort by last modified time
    Searched refs:EROFS (Results 51 - 75 of 178) sorted by null

1 23 4 5 6 7 8

  /external/ltp/testcases/kernel/syscalls/rmdir/
rmdir02.c 42 * the errno is EROFS.
91 {TESTDIR5, EROFS},
  /external/ltp/testcases/kernel/syscalls/utime/
utime06.c 76 {MNT_POINT, EROFS, NULL, NULL, NULL},
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 42 EROFS = 30
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 108 #define EROFS 30 /* Read-only file system */
  /external/tensorflow/tensorflow/core/platform/posix/
error.cc 64 case EROFS: // Read only file system
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
error_constants.h 145 read_only_file_system = EROFS,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
error_constants.h 145 read_only_file_system = EROFS,
  /external/libcxx/test/std/diagnostics/errno/
cerrno.pass.cpp 305 #ifndef EROFS
306 #error EROFS not defined
  /external/strace/tests/
errno2name.c 423 #ifdef EROFS
424 CASE(EROFS);
  /external/strace/tests-m32/
errno2name.c 423 #ifdef EROFS
424 CASE(EROFS);
  /external/strace/tests-mx32/
errno2name.c 423 #ifdef EROFS
424 CASE(EROFS);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/diagnostics/errno/
cerrno.pass.cpp 305 #ifndef EROFS
306 #error EROFS not defined
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 188 read_only_file_system, // EROFS
427 # ifndef EROFS
428 # define EROFS 30
595 read_only_file_system = EROFS,
  /bionic/libc/private/
bionic_errdefs.h 69 __BIONIC_ERRDEF( EROFS , 30, "Read-only file system" )
  /external/ltp/lib/
errnos.h 62 PAIR(EROFS)
  /external/ltp/testcases/kernel/syscalls/acct/
acct01.c 79 {TEST_FILE8, "EROFS", EROFS, NULL, NULL},
146 /* EROFS SETTING */
  /external/ltp/testcases/kernel/syscalls/chmod/
chmod06.c 97 {MNT_POINT, FILE_MODE, EROFS, NULL, NULL},
200 * mount a read-only file system for test EROFS
  /external/ltp/testcases/kernel/syscalls/chown/
chown04.c 85 {TEST_FILE5, EROFS}
  /external/ltp/testcases/kernel/syscalls/linkat/
linkat02.c 76 {TEST_EROFS, TEST_EROFS2, 0, EROFS, setup_erofs, NULL},
  /external/ltp/testcases/kernel/syscalls/utimes/
utimes01.c 34 * 5) utimes() returns -1 and sets errno to EROFS if path resides
84 { TESTFILE3, tv, EROFS },
  /system/vold/fs/
Ext4.cpp 148 if (rc && errno == EROFS) {
Vfat.cpp 137 if (rc && errno == EROFS) {
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 166 #if defined (EROFS)
167 ENTRY(EROFS, "EROFS", "Read-only file system"),
  /external/minijail/linux-x86/
libconstants.gen.c 476 #ifdef EROFS
477 { "EROFS", (unsigned long) EROFS },
478 #endif // EROFS
    [all...]
  /external/libbrillo/brillo/errors/
error_codes.cc 64 ERROR_ENTRY(EROFS), // Read-only file system

Completed in 405 milliseconds

1 23 4 5 6 7 8