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

/art/compiler/utils/
H A Dassembler_test.h411 bool have_objdump = FileExists(GetObjdumpCommand()); local
412 EXPECT_TRUE(have_objdump) << "Cannot find objdump: " << GetObjdumpCommand();
413 if (!have_objdump) {

Completed in 93 milliseconds