Searched refs:EROFS (Results 1 – 7 of 7) sorted by relevance
44 if (errno != ENOENT && errno != EROFS) { // EROFS reported even if it does not exist. in UnlinkPossiblyNonExistingFile()
315 public static final int EROFS = placeholder(); field in OsConstants1217 if (errno == EROFS) { in errnoName()
232 initConstant(env, c, "EROFS", EROFS); in OsConstants_initConstants()
995 case -EROFS: in signalExceptionForError()
1971 fail_fn(rc == -EROFS ? CREATE_ERROR("createProcessGroup failed, kernel missing " in SpecializeCommon()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
27783 field public static final int EROFS;