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

1 23 4 5

  /external/u-boot/drivers/mtd/ubi/
io.c 244 return -EROFS;
336 return -EROFS;
573 return -EROFS;
641 return -EROFS;
856 return -EROFS;
    [all...]
eba.c 322 return -EROFS;
661 return -EROFS;
795 return -EROFS;
912 return -EROFS;
    [all...]
vmt.c 159 return -EROFS;
365 return -EROFS;
434 return -EROFS;
  /external/u-boot/tools/env/
fw_env.c 563 errno = EROFS;
570 errno = EROFS;
581 errno = EROFS;
589 errno = EROFS;
651 * EROFS - certain variables ("ethaddr", "serial#") cannot be
1299 if (fsync(fd_current) && !(errno == EINVAL || errno == EROFS)) {
1307 !(errno == EINVAL || errno == EROFS)) {
    [all...]
  /external/minijail/linux-x86/
libconstants.gen.c 476 #ifdef EROFS
477 { "EROFS", (unsigned long) EROFS },
478 #endif // EROFS
    [all...]
  /external/u-boot/fs/ubifs/
debug.c     [all...]
super.c     [all...]
master.c 361 return -EROFS;
gc.c 653 ret = -EROFS;
  /external/libbrillo/brillo/errors/
error_codes.cc 64 ERROR_ENTRY(EROFS), // Read-only file system
  /external/libcxx/test/std/diagnostics/syserr/
errc.pass.cpp 88 static_assert(static_cast<int>(std::errc::read_only_file_system) == EROFS, "");
  /external/ltp/testcases/kernel/syscalls/mount/
mount03.c 144 if (errno == EROFS) {
148 "open didn't fail with EROFS");
  /external/ltp/testcases/kernel/syscalls/renameat/
renameat01.c 31 * 4) renameat(2) returns -1 and sets errno to EROFS if the file
101 { &curfd, TESTFILE5, &curfd, NEW_TESTFILE5, EROFS },
  /external/u-boot/drivers/mtd/
mtdcore.c 863 return -EROFS;
956 return -EROFS;
979 return -EROFS;
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ismounted.c 219 if (errno == EROFS)
  /external/toybox/toys/lsb/
mount.c 240 if (!rc || (errno != EACCES && errno != EROFS) || (flags&MS_RDONLY))
  /external/u-boot/fs/yaffs2/
yaffs_uboot_glue.c 129 case EROFS: return "Read only file system";
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
BlockIo.c 252 case EROFS:
  /external/libchrome/base/files/
file_posix.cc 408 case EROFS:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 369 #ifdef EROFS
370 inscode(d, ds, de, "EROFS", EROFS, "Read-only file system");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
errnomodule.c 368 #ifdef EROFS
369 inscode(d, ds, de, "EROFS", EROFS, "Read-only file system");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
errnomodule.c 369 #ifdef EROFS
370 inscode(d, ds, de, "EROFS", EROFS, "Read-only file system");
  /external/python/cpython2/Modules/
errnomodule.c 359 #ifdef EROFS
360 inscode(d, ds, de, "EROFS", EROFS, "Read-only file system");
  /external/python/cpython3/Modules/
errnomodule.c 402 #ifdef EROFS
403 inscode(d, ds, de, "EROFS", EROFS, "Read-only file system");
  /external/u-boot/cmd/
ubi.c 223 err = EROFS;

Completed in 870 milliseconds

1 23 4 5