Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_library_list.h99 bool has_error_; variable
Dcrazy_linker_library_list.cpp52 LibraryList::LibraryList() : head_(0), count_(0), has_error_(false) { in LibraryList()