Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/
DExecutionResult.java37 private static final int SIGABORT_RETURN_VALUE = 134; field in ExecutionResult
120 return (returnValue == SIGABORT_RETURN_VALUE); in isSigabort()