Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_test.h405 return Exec(args, error_msg); in Assemble()
431 if (!Exec(args, &error_msg)) { in Objdump()
508 return Exec(args, error_msg); in DisassembleBinary()
666 if (!Exec(args, &error_msg)) { in FindTool()
/art/runtime/
Dutils_test.cc389 EXPECT_TRUE(Exec(command, &error_msg)); in TEST_F()
400 EXPECT_FALSE(Exec(command, &error_msg)); in TEST_F()
Dutils.h483 bool Exec(std::vector<std::string>& arg_vector, std::string* error_msg);
Dutils.cc1326 bool Exec(std::vector<std::string>& arg_vector, std::string* error_msg) { in Exec() function
Dclass_linker.cc657 return Exec(argv, error_msg); in GenerateOatFile()
1446 bool success = Exec(argv, error_msg); in PatchAndRetrieveOat()
/art/runtime/gc/space/
Dimage_space.cc170 return Exec(arg_vector, error_msg); in GenerateImage()
269 return Exec(argv, error_msg); in RelocateImage()