Home
last modified time | relevance | path

Searched defs:uid_t (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H A Dfchown.rs23 pub(crate) fn new(uid: uid_t, gid: gid_t) -> Self { in new()
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dfile_util.h23 using uid_t = int; variable
/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()
H A Dstream.rs593 pub fn fchown(&self, uid: uid_t, gid: gid_t) -> io::Result<()> { in fchown()
/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()