Home
last modified time | relevance | path

Searched refs:NativeLibraryOptions (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/
Dnative_library.h68 struct BASE_EXPORT NativeLibraryOptions { struct
69 NativeLibraryOptions() = default;
70 NativeLibraryOptions(const NativeLibraryOptions& options) = default;
91 const NativeLibraryOptions& options, argument
Dnative_library_unittest.cc75 TestLibrary() : TestLibrary(NativeLibraryOptions()) {} in TestLibrary()
77 explicit TestLibrary(const NativeLibraryOptions& options) in TestLibrary()
130 NativeLibraryOptions options; in TEST()
Dnative_library.cc12 library_path, NativeLibraryOptions(), error); in LoadNativeLibrary()
Dnative_library_posix.cc22 const NativeLibraryOptions& options, in LoadNativeLibraryWithOptions()