Searched defs:test_vfprintf (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dparsed_options_test.cc35 void* test_vfprintf = reinterpret_cast<void*>(0xa); local
70 options.push_back(std::make_pair("vfprintf", test_vfprintf));
92 EXPECT_TRUE(test_vfprintf == map.GetOrDefault(Opt::HookVfprintf));

Completed in 72 milliseconds