Searched refs:NativeLibraryOptions (Results 1 – 17 of 17) sorted by relevance
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/ |
H A D | native_library.h | 63 struct PA_COMPONENT_EXPORT(PARTITION_ALLOC_BASE) NativeLibraryOptions { in PA_COMPONENT_EXPORT() 64 NativeLibraryOptions() = default; in PA_COMPONENT_EXPORT() 65 NativeLibraryOptions(const NativeLibraryOptions& options) = default; in PA_COMPONENT_EXPORT() 87 const NativeLibraryOptions& options,
|
H A D | native_library.cc | 11 return LoadNativeLibraryWithOptions(library_path, NativeLibraryOptions(), in LoadNativeLibrary()
|
H A D | native_library_posix.cc | 20 const NativeLibraryOptions& options, in LoadNativeLibraryWithOptions()
|
/aosp_15_r20/external/libchrome/base/ |
H A D | native_library.h | 68 struct BASE_EXPORT NativeLibraryOptions { struct 69 NativeLibraryOptions() = default; 70 NativeLibraryOptions(const NativeLibraryOptions& options) = default; 91 const NativeLibraryOptions& options, argument
|
H A D | native_library_unittest.cc | 75 TestLibrary() : TestLibrary(NativeLibraryOptions()) {} in TestLibrary() 77 explicit TestLibrary(const NativeLibraryOptions& options) in TestLibrary() 130 NativeLibraryOptions options; in TEST()
|
H A D | native_library.cc | 12 library_path, NativeLibraryOptions(), error); in LoadNativeLibrary()
|
H A D | native_library_posix.cc | 22 const NativeLibraryOptions& options, in LoadNativeLibraryWithOptions()
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/ |
D | native_library.h | 71 struct BASE_EXPORT NativeLibraryOptions { struct 72 NativeLibraryOptions() = default; 73 NativeLibraryOptions(const NativeLibraryOptions& options) = default; 94 const NativeLibraryOptions& options, argument
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/3/external/libchrome/base/ |
D | native_library.h | 71 struct BASE_EXPORT NativeLibraryOptions { struct 72 NativeLibraryOptions() = default; 73 NativeLibraryOptions(const NativeLibraryOptions& options) = default; 94 const NativeLibraryOptions& options, argument
|
/aosp_15_r20/external/cronet/base/ |
H A D | native_library_unittest.cc | 90 TestLibrary() : TestLibrary(NativeLibraryOptions()) {} in TestLibrary() 92 explicit TestLibrary(const NativeLibraryOptions& options) in TestLibrary() 142 NativeLibraryOptions options; in TEST()
|
H A D | native_library.h | 69 struct BASE_EXPORT NativeLibraryOptions { struct 108 const NativeLibraryOptions& options,
|
H A D | native_library.cc | 12 library_path, NativeLibraryOptions(), error); in LoadNativeLibrary()
|
H A D | native_library_posix.cc | 26 const NativeLibraryOptions& options, in LoadNativeLibraryWithOptions()
|
H A D | native_library_ios.mm | 19 const NativeLibraryOptions& options,
|
H A D | native_library_fuchsia.cc | 38 const NativeLibraryOptions& options, in LoadNativeLibraryWithOptions()
|
H A D | native_library_win.cc | 116 const NativeLibraryOptions& options, in LoadNativeLibraryWithOptions()
|
H A D | native_library_mac.mm | 52 const NativeLibraryOptions& options,
|