Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/c/system/
Dthunks.cc33 base::ProtectedMemory<MojoGetSystemThunksFunction> g_get_thunks; variable
110 auto writer = base::AutoWritableMemory::Create(g_get_thunks); in CoreLibraryInitializer()
111 *g_get_thunks = reinterpret_cast<MojoGetSystemThunksFunction>( in CoreLibraryInitializer()
114 CHECK(*g_get_thunks) << "Invalid mojo_core library: " in CoreLibraryInitializer()
121 base::UnsanitizedCfiCall(g_get_thunks)(&*g_thunks); in CoreLibraryInitializer()