Home
last modified time | relevance | path

Searched refs:st_uid (Results 101 - 125 of 232) sorted by relevance

12345678910

/third_party/ltp/testcases/kernel/syscalls/nftw/
H A Dtest_func64.c223 if (st_buf.st_uid != stat_pointer->st_uid) { in test_func8()
225 "ERROR: st_uid members do not match for %s\n", in test_func8()
H A Dtest_func.c221 if (st_buf.st_uid != stat_pointer->st_uid) { in test_func8()
223 "ERROR: st_uid members do not match for %s\n", in test_func8()
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/
H A Dmod.rs11 pub st_uid: ::uid_t,
34 pub st_uid: ::uid_t,
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/riscv64/
H A Dmod.rs12 pub st_uid: ::uid_t,
35 pub st_uid: ::uid_t,
/third_party/elfutils/src/
H A Dar.c804 if (fchown (newfd, st.st_uid, st.st_gid) != 0) { ; } in do_oper_extract()
1059 if (fchown (newfd, st.st_uid, st.st_gid) != 0) { ; } in do_oper_delete()
1296 found[cnt]->uid = arlib_deterministic_output ? 0 : newst.st_uid; in do_oper_insert()
1545 if (fchown (newfd, st.st_uid, st.st_gid) != 0) { ; } in do_oper_insert()
H A Dranlib.c264 if (fchown (newfd, st.st_uid, st.st_gid) != 0) { ; } in handle_file()
/third_party/ltp/testcases/kernel/syscalls/symlink/
H A Dsymlink01.c1437 else if (statter.st_uid != asymlink.st_uid) in do_stat()
1440 (intmax_t) statter.st_uid, (intmax_t) asymlink.st_uid); in do_stat()
/third_party/ltp/testcases/kernel/pty/
H A Dpty01.c93 if (st.st_uid != getuid()) { in test1()
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs63 pub st_uid: ::uid_t,
/third_party/python/Include/internal/
H A Dpycore_fileutils.h68 int st_uid; member
/third_party/lzma/CPP/7zip/Common/
H A DFileStreams.cpp600 prop = (UInt32)st.st_uid; in GetProperty()
613 const uid_t uid = st.st_uid; in GetProperty()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
H A Dmod.rs27 pub st_uid: ::uid_t,
50 pub st_uid: ::uid_t,
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs14 pub st_uid: ::uid_t,
36 pub st_uid: ::uid_t,
/third_party/toybox/toys/pending/
H A Dmke2fs.c520 in->uid = SWAP_LE16(that->st.st_uid & 0xFFFF); in fill_inode()
521 in->uid_high = SWAP_LE16(that->st.st_uid >> 16); in fill_inode()
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c345 if (((st.st_uid != uid) || (st.st_gid != gid)) && fchown(fd, uid, gid) < 0) { in pa_make_secure_dir()
1470 if (st.st_uid != getuid() && st.st_uid != 0) in check_ours()
1794 if (stat(d, &st) == 0 && st.st_uid != getuid()) { in pa_get_runtime_dir()
1797 d, getuid(), st.st_uid); in pa_get_runtime_dir()
1888 (st.st_uid == getuid()) && in pa_get_runtime_dir()
/third_party/f2fs-tools/fsck/
H A Dsload.c196 de->uid = stat.st_uid; in set_inode_metadata()
/third_party/eudev/src/udev/
H A Dudev-node.c283 if ((stats.st_mode & 0777) != (mode & 0777) || stats.st_uid != uid || stats.st_gid != gid) { in node_permissions_apply()
/third_party/ffmpeg/libavformat/
H A Dlibsmbclient.c266 entry->user_id = st.st_uid; in libsmbc_read_dir()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dmod.rs58 pub st_uid: ::uid_t,
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
H A Dmod.rs131 pub st_uid: ::uid_t,
/third_party/toybox/toys/posix/
H A Dcpio.c245 (int)st.st_ino, st.st_mode, st.st_uid, st.st_gid, (int)st.st_nlink, in cpio_main()
H A Dtar.c221 if (TT.owner) st->st_uid = TT.ouid; in add_to_tar()
229 ITOO(hdr.uid, st->st_uid); in add_to_tar()
291 if (TT.owner || (pw = bufgetpwuid(st->st_uid))) in add_to_tar()
/third_party/libfuse/test/
H A Dtest_examples.py588 uid = fstat.st_uid
594 assert fstat.st_uid == uid_new
600 assert fstat.st_uid == uid_new
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
H A Dmod.rs66 pub st_uid: ::uid_t,
87 pub st_uid: ::uid_t,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
H A Dmod.rs30 pub st_uid: ::uid_t,
52 pub st_uid: ::uid_t,

Completed in 31 milliseconds

12345678910