Home
last modified time | relevance | path

Searched refs:EROFS (Results 1 – 18 of 18) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Derrno-base.h50 #define EROFS 30 macro
/aosp12/system/update_engine/payload_consumer/
H A Dfec_file_descriptor.cc53 errno = EROFS; in Write()
H A Dfake_file_descriptor.h57 errno = EROFS; in Write()
/aosp12/packages/modules/adb/sysdeps/
H A Derrno.cpp47 ERRNO_VALUE(EROFS, 30); \
/aosp12/bionic/tests/headers/posix/
H A Derrno_h.c107 MACRO(EROFS); in errno_h()
/aosp12/system/vold/fs/
H A DF2fs.cpp63 if (errno == EROFS) { in Mount()
H A DVfat.cpp133 if (rc && errno == EROFS) { in Mount()
H A DExt4.cpp142 if (rc && errno == EROFS) { in Mount()
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/common/
H A DError.cpp69 {EROFS, "EROFS"}, // Read-only file system
/aosp12/bionic/libc/bionic/
H A Dstrerror.cpp77 [EROFS] = "Read-only file system",
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_remount.cpp463 if (errno == EROFS) { in do_remount()
/aosp12/system/core/libprocessgroup/setup/
H A Dcgroup_map_write.cpp106 (errno != EROFS || !permissive_mode)) { in ChangeDirModeAndOwner()
/aosp12/system/vold/
H A DUtils.cpp1369 if (errno == EROFS || errno == EINVAL) { in FsyncDirectory()
1429 if (errno == EROFS || errno == EINVAL) { in writeStringToFile()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/services/
H A DCopyJob.java639 if (error.errno != OsConstants.EROFS && error.errno != OsConstants.EINVAL) { in copyFileHelper()
/aosp12/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp929 case -EROFS: in signalExceptionForError()
H A Dcom_android_internal_os_Zygote.cpp1614 if (rc == -EROFS) { in SpecializeCommon()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt27783 field public static final int EROFS;