HomeSort by relevance Sort by last modified time
    Searched defs:ESPIPE (Results 26 - 27 of 27) sorted by null

12

  /external/llvm/include/llvm/Support/
system_error.h 153 invalid_seek, // ESPIPE
322 # ifndef ESPIPE
323 # define ESPIPE 29
532 invalid_seek = ESPIPE,
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 131 public static final int ESPIPE = placeholder();
689 if (errno == ESPIPE) {
690 return "ESPIPE";

Completed in 310 milliseconds

12