HomeSort by relevance Sort by last modified time
    Searched refs:hook_abort_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/
parsed_options.h 60 void (*hook_abort_)(); member in class:art::ParsedOptions
parsed_options.cc 41 hook_abort_(nullptr) { // We don't call abort(3) by default; see
401 hook_abort_ = hook_abort;
612 hook_abort_();

Completed in 145 milliseconds