Searched refs:ENOTTY (Results 1 – 5 of 5) sorted by relevance
47 if (errno == ENOTTY) { in android_os_MemoryFile_get_size()
101 if (errno == ENOTTY) { in statxForFsverity()
305 public static final int ENOTTY = placeholder(); field in OsConstants1187 if (errno == ENOTTY) { in errnoName()
222 initConstant(env, c, "ENOTTY", ENOTTY); in OsConstants_initConstants()
27773 field public static final int ENOTTY;