Searched defs:executable (Results 1 – 3 of 3) sorted by relevance
72 Process adb_launch_process(std::string_view executable, std::vector<std::string> args, in adb_launch_process()
3043 Process adb_launch_process(std::string_view executable, std::vector<std::string> args, in adb_launch_process()
127 private void execute(String apiName, TestUtils.RunnableWithThrow executable) in execute()