Home
last modified time | relevance | path

Searched refs:process_cmd_line (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dmain.rs532 if !handler.process_cmd_line(&first, &iter.collect::<Vec<String>>()) { in handle_client_command()
814 if !handler.process_cmd_line(&first, &iter.collect::<Vec<String>>()) { in handle_client_command()
856 handler.process_cmd_line(cmd, rest); in handle_client_command()
Dcommand_handler.rs439 pub fn process_cmd_line(&mut self, command: &str, args: &[String]) -> bool { in process_cmd_line() method
/aosp_15_r20/external/OpenCSD/decoder/tests/source/
H A Dc_api_pkt_print_test.c132 static int process_cmd_line(int argc, char *argv[]) in process_cmd_line() function
1100 if(process_cmd_line(argc,argv) != 0) in main()