/third_party/ltp/testcases/kernel/syscalls/chown/ |
H A D | chown02.c | 52 if (stat_buf.st_uid != uid || stat_buf.st_gid != gid) { in run() 54 tc[i].filename, stat_buf.st_uid, stat_buf.st_gid, uid, gid); in run()
|
/third_party/ltp/testcases/kernel/syscalls/fchown/ |
H A D | fchown03.c | 39 if (s->st_uid != exp_uid || s->st_gid != exp_gid) in check_owner() 41 FILENAME, s->st_uid, s->st_gid, exp_uid, exp_gid); in check_owner()
|
H A D | fchown02.c | 62 if (stat_buf.st_uid != uid || stat_buf.st_gid != gid) in run() 64 tc[i].filename, stat_buf.st_uid, stat_buf.st_gid, uid, gid); in run()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/ |
H A D | 8-1.c | 99 stat_after.st_gid != stat_before.st_gid || in main()
|
/third_party/ffmpeg/libavformat/ |
H A D | os_support.h | 72 short st_gid; /* group ID of owner */ member 223 buf->st_gid = crtstat->st_gid; in copy_stat()
|
/third_party/musl/src/stat/ |
H A D | fstatat.c | 49 .st_gid = stx.stx_gid, in fstatat_statx() 114 .st_gid = kst.st_gid, in fstatat_kstat()
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | compat.h | 31 __compat_gid_t st_gid; member 54 unsigned int st_gid; member
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | compat.h | 38 __compat_gid_t st_gid; member 61 unsigned int st_gid; member
|
/third_party/ltp/testcases/kernel/syscalls/mknod/ |
H A D | mknod03.c | 152 if (buf.st_gid != group2_gid) { in main() 251 if (buf.st_gid != group2_gid) { in setup()
|
H A D | mknod04.c | 155 if (buf.st_gid != group2_gid) { in main() 256 if (buf.st_gid != group2_gid) { in setup()
|
H A D | mknod08.c | 152 if (buf.st_gid != mygid) { in main() 251 if (buf.st_gid != group2_gid) { in setup()
|
H A D | mknod05.c | 154 if (buf.st_gid != group2_gid) { in main() 247 if (buf.st_gid != group2_gid) { in setup()
|
/kernel/liteos_a/fs/vfs/operation/ |
H A D | vfs_other.c | 191 if (VfsPermissionCheck(statBuff.st_uid, statBuff.st_gid, statBuff.st_mode, EXEC_OP)) { in chdir() 317 if (VfsPermissionCheck(buf.st_uid, buf.st_gid, buf.st_mode, amode)) { in access() 510 stat64Info->st_uid, stat64Info->st_gid, name, linkName); in PrintFileInfo64() 514 stat64Info->st_uid, stat64Info->st_gid, name); in PrintFileInfo64() 543 statInfo->st_uid, statInfo->st_gid, name, linkName); in PrintFileInfo() 547 statInfo->st_uid, statInfo->st_gid, name); in PrintFileInfo()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/ |
H A D | mod.rs | 23 pub st_gid: ::gid_t, 47 pub st_gid: ::gid_t,
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | x86_64.rs | 14 pub st_gid: ::gid_t, 35 pub st_gid: ::gid_t,
|
/third_party/musl/arch/mips64/ |
H A D | kstat.h | 8 gid_t st_gid; member
|
/third_party/musl/arch/powerpc64/ |
H A D | kstat.h | 7 gid_t st_gid; member
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | stat.h | 7 gid_t st_gid; member
|
/third_party/musl/arch/s390x/ |
H A D | kstat.h | 7 gid_t st_gid; member
|
/third_party/musl/arch/s390x/bits/ |
H A D | stat.h | 7 gid_t st_gid; member
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
H A D | nolibc.h | 261 gid_t st_gid; /* group ID of owner */ member 468 unsigned int st_gid; member 655 unsigned short st_gid; member 845 unsigned short st_gid; member 1035 unsigned int st_gid; member 1242 unsigned int st_gid; member 1434 unsigned int st_gid; /* Group ID of the file's group. */ member 1714 buf->st_gid = stat.st_gid; in sys_stat()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/riscv32/bits/ |
H A D | stat.h | 7 gid_t st_gid; member
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | kstat.h | 8 gid_t st_gid; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | stat.h | 11 gid_t st_gid; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | stat.h | 11 gid_t st_gid; member
|