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.java36 private static final int SIGABORT_RETURN_VALUE = 134; field in ExecutionResult
109 return (returnValue == SIGABORT_RETURN_VALUE); in isSigabort()