Home
last modified time | relevance | path

Searched defs:binary (Results 1 – 3 of 3) sorted by relevance

/development/testrunner/
Drun_command.py150 def RunHostCommand(binary, valgrind=False): argument
/development/testrunner/test_defs/
Dnative_test.py167 def _RunHostCommand(self, binary, valgrind=False): argument
/development/vndk/tools/header-checker/src/repr/symbol/
Dso_file_parser.cpp121 auto binary = llvm::object::createBinary(so_file_path); in Create() local