Home
last modified time | relevance | path

Searched defs:fchown (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H A Dmod.rs34 mod fchown; module
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
H A Dlistener.rs224 pub fn fchown(&self, uid: uid_t, gid: gid_t) -> io::Result<()> { in fchown() method
H A Dstream.rs593 pub fn fchown(&self, uid: uid_t, gid: gid_t) -> io::Result<()> { in fchown() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dasync_source.rs47 pub fn fchown(&self, uid: uid_t, gid: gid_t) -> io::Result<()> { in fchown() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
H A Dmod.rs217 let fchown = self.config.fchown.clone(); in connect() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dclient.rs283 fchown: Option<FchownConfig>, field