Home
last modified time | relevance | path

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

/external/libmojo/base/android/linker/
Dlegacy_linker_jni.cc46 static crazy_context_t* s_crazy_context = nullptr; in GetCrazyContext() local
48 if (!s_crazy_context) { in GetCrazyContext()
50 s_crazy_context = crazy_context_create(); in GetCrazyContext()
55 s_crazy_context, reinterpret_cast<void*>(&s_crazy_context)); in GetCrazyContext()
58 return s_crazy_context; in GetCrazyContext()