Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H A Dpty.rs78 const PATH_BUF_SIZE: usize = 256; in pts() const
79 (*self.0).pts(PATH_BUF_SIZE).map(Pts::new) in pts()