Home
last modified time | relevance | path

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

/art/test/
Dstandalone_test_lib_check.cc61 constexpr const char* kAllowedDynamicLibDeps[] = { variable
159 if (std::find(std::begin(kAllowedDynamicLibDeps), in TEST()
160 std::end(kAllowedDynamicLibDeps), in TEST()
161 dyn_lib_dep) == std::end(kAllowedDynamicLibDeps)) { in TEST()