Searched defs:EAI_MEMORY (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DOsConstants.java96 public static final int EAI_MEMORY = placeholder(); field in class:OsConstants
492 if (error == EAI_MEMORY) {
493 return "EAI_MEMORY";

Completed in 7 milliseconds