/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
H A D | mod.rs | 32 pub st_uid: ::uid_t, 54 pub st_uid: ::uid_t,
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | bccache.py | 224 actual_dir_stat.st_uid != os.getuid() 235 actual_dir_stat.st_uid != os.getuid()
|
/third_party/toybox/toys/other/ |
H A D | stat.c | 125 else if (type == 'u') out('u', stat->st_uid); in print_stat() 126 else if (type == 'U') strout(getusername(stat->st_uid)); in print_stat()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | stat.h | 10 uid_t st_uid; member
|
/third_party/ltp/testcases/kernel/syscalls/chown/ |
H A D | chown05.c | 46 if (stat_buf.st_uid != expect_uid || stat_buf.st_gid != expect_gid) { in run()
|
/third_party/ltp/testcases/kernel/syscalls/fchown/ |
H A D | fchown05.c | 48 if (stat_buf.st_uid != expect_uid || stat_buf.st_gid != expect_gid) { in run()
|
/third_party/ltp/testcases/kernel/syscalls/stat/ |
H A D | stat01.c | 45 TST_EXP_EQ_LU(stat_buf.st_uid, user_id); in verify_stat()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | arm.rs | 15 pub st_uid: ::uid_t,
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ls.c | 145 len[3] = fn ? numlen(st->st_uid) : strwidth(getusername(st->st_uid)); in entrylen() 453 if (zap || (flags&FLAG_n)) zprint(zap, "lu", ii, st->st_uid); in listfiles() 454 else draw_trim_esc(getusername(st->st_uid), ii, abs(ii), TT.escmore, in listfiles()
|
H A D | cp.c | 293 rc = fchownat(cfd, catch, try->st.st_uid, try->st.st_gid, in cp_node() 295 else rc = fchown(fdout, try->st.st_uid, try->st.st_gid); in cp_node() 486 if (TT.i.o) try->st.st_uid = TT.uid; in install_node()
|
/third_party/toybox/toys/posix/ |
H A D | ls.c | 146 len[3] = fn ? numlen(st->st_uid) : strwidth(getusername(st->st_uid)); in entrylen() 465 if (zap || (flags&FLAG_n)) zprint(zap, "lu", ii, st->st_uid); in listfiles() 466 else draw_trim_esc(getusername(st->st_uid), ii, abs(ii), TT.escmore, in listfiles()
|
H A D | cp.c | 320 rc = fchownat(cfd, catch, try->st.st_uid, try->st.st_gid, in cp_node() 322 else rc = fchown(fdout, try->st.st_uid, try->st.st_gid); in cp_node() 482 if (TT.i.o) try->st.st_uid = TT.uid; in install_node()
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | stat_impl.h | 54 return static_cast<int64_t>(real_.st_uid); in GetUid()
|
/third_party/musl/src/linux/ |
H A D | statx.c | 28 stx->stx_uid = st.st_uid; in statx()
|
/third_party/ltp/testcases/kernel/syscalls/lchown/ |
H A D | lchown01.c | 131 if ((stat_buf.st_uid != user_id) || in main()
|
/third_party/musl/libc-test/src/api/ |
H A D | ftw.c | 62 F(uid_t, st_uid) in f()
|
H A D | sys_stat.c | 29 F(uid_t, st_uid) in f()
|
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/ |
H A D | file_operations_helper.cpp | 58 statBuf->st_uid = ino->stat.st_uid; in GetInodeAttr()
|
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/ |
H A D | file_operations_helper_mock.cpp | 64 statBuf->st_uid = ino->stat.st_uid; in GetInodeAttr()
|
/third_party/libuv/src/ |
H A D | fs-poll.c | 267 && a->st_uid == b->st_uid in statbuf_eq()
|
/third_party/jinja2/ |
H A D | bccache.py | 240 actual_dir_stat.st_uid != os.getuid() 251 actual_dir_stat.st_uid != os.getuid()
|
/third_party/node/deps/uv/src/ |
H A D | fs-poll.c | 267 && a->st_uid == b->st_uid in statbuf_eq()
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | syscalls.rs | 1338 st_uid: x.stx_uid.into(), in statx_to_stat() 1379 result.st_uid = x.stx_uid.into(); in statx_to_stat() 1418 st_uid: s64.st_uid.try_into().map_err(|_| io::Errno::OVERFLOW)?, in stat64_to_stat() 1457 result.st_uid = s64.st_uid.try_into().map_err(|_| io::Errno::OVERFLOW)?; in stat64_to_stat()
|
/third_party/eudev/src/shared/ |
H A D | mkdir.c | 45 (uid != UID_INVALID && st.st_uid != uid) || in mkdir_safe_internal()
|
/third_party/libfuse/example/ |
H A D | null.c | 46 stbuf->st_uid = getuid(); in null_getattr()
|