Home
last modified time | relevance | path

Searched defs:command_parts (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Dat_command_parser.rs80 let mut command_parts = clean_at_string in parse_at_command_data() localVariable
/aosp_15_r20/external/pigweed/pw_ide/py/pw_ide/
H A Dcpp.py437 def command_parts(command: str) -> tuple[str | None, str, list[str]]: function