Home
last modified time | relevance | path

Searched defs:ScopedNativeLibrary (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/
H A Dscoped_native_library.cc15 ScopedNativeLibrary::ScopedNativeLibrary() : BaseClass(), error_() {} in ScopedNativeLibrary() function in base::ScopedNativeLibrary
19 ScopedNativeLibrary::ScopedNativeLibrary(NativeLibrary library) in ScopedNativeLibrary() function in base::ScopedNativeLibrary
22 ScopedNativeLibrary::ScopedNativeLibrary(const FilePath& library_path) in ScopedNativeLibrary() function in base::ScopedNativeLibrary
27 ScopedNativeLibrary::ScopedNativeLibrary(ScopedNativeLibrary&& scoped_library) in ScopedNativeLibrary() function in base::ScopedNativeLibrary
H A Dscoped_native_library_unittest.cc19 TEST(ScopedNativeLibrary, Basic) { in TEST() argument
/aosp_15_r20/external/libchrome/base/
H A Dscoped_native_library.cc9 ScopedNativeLibrary::ScopedNativeLibrary() : library_(nullptr) {} in ScopedNativeLibrary() function in base::ScopedNativeLibrary
11 ScopedNativeLibrary::ScopedNativeLibrary(NativeLibrary library) in ScopedNativeLibrary() function in base::ScopedNativeLibrary
15 ScopedNativeLibrary::ScopedNativeLibrary(const FilePath& library_path) { in ScopedNativeLibrary() function in base::ScopedNativeLibrary
H A Dscoped_native_library_unittest.cc19 TEST(ScopedNativeLibrary, Basic) { in TEST() argument