Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/common/
Dforward.rs44 pub const FILE_SYSTEM_SOCKET_PREFIX: &str = "/tmp/"; constant
336 task.local_args[1] = FILE_SYSTEM_SOCKET_PREFIX.to_owned() + &task.local_args[1]; in detech_forward_type()