Home
last modified time | relevance | path

Searched refs:is_space (Results 1 - 1 of 1) sorted by relevance

/developtools/hdc/hdc_rust/src/common/
H A Dbase.rs41 let mut is_space = true; in split_command_to_args() variables
60 if is_space { in split_command_to_args()
63 is_space = false; in split_command_to_args()
70 is_space = true; in split_command_to_args()
74 if is_space { in split_command_to_args()
78 is_space = false; in split_command_to_args()

Completed in 2 milliseconds