Searched defs:ScopedNativeLibrary (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/ | ||
D | scoped_native_library.cc | 9 ScopedNativeLibrary::ScopedNativeLibrary() : library_(nullptr) {} in ScopedNativeLibrary() function in base::ScopedNativeLibrary |
D | scoped_native_library_unittest.cc | 19 TEST(ScopedNativeLibrary, Basic) { in TEST() argument |