Searched refs:st_gid (Results 1 - 25 of 61) sorted by relevance

123

/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dstat.h44 __gid_t st_gid; /* Group ID of the file's group. */
95 __gid_t st_gid; /* Group ID of the file's group.*/
/haiku/headers/posix/compat/sys/
H A Dstat.h24 gid_t st_gid; /* group ID of the owner of this file */ member in struct:stat_beos
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DNodeInfo.cpp15 visitor->Visit(this, *(int32*)&st.st_gid);
/haiku/src/system/libroot/posix/sys/
H A Dstat.c79 beosStat->st_gid = stat->st_gid;
101 stat->st_gid = beosStat->st_gid;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DMetadataCache.cpp47 st->st_gid = fStatCache.st_gid;
165 if (oldStat->st_gid != newStat->st_gid)
H A DInode.cpp550 st->st_gid = atoi(group);
552 st->st_gid = gIdMapper->GetGroupId(group);
555 st->st_gid = 0;
630 attr[i].fData.fPointer = gIdMapper->GetOwnerGroup(st->st_gid);
/haiku/src/tests/kits/storage/
H A DBasicTest.h62 && st1.st_gid == st2.st_gid
H A DBasicTest.cpp77 printf(" st_gid : %x\n", st.st_gid);
H A DStatableTest.cpp129 CPPUNIT_ASSERT( group == st.st_gid );
217 CPPUNIT_ASSERT( group == st.st_gid );
/haiku/src/system/libroot/posix/unistd/
H A Dchown.c30 stat.st_gid = group;
/haiku/src/system/libroot/os/
H A Dfs_index.c50 indexInfo->gid = stat.st_gid;
/haiku/src/build/libbe/storage/
H A DStatable.cpp132 *group = statData.st_gid;
144 statData.st_gid = group;
/haiku/src/apps/soundrecorder/
H A DFileUtils.cpp73 dst.SetGroup(src_stat.st_gid);
/haiku/src/tools/fs_shell/
H A Dstat_util.cpp158 fsshStat->fssh_st_gid = st->st_gid;
177 st->st_gid = fsshStat->fssh_st_gid;
/haiku/src/kits/storage/
H A DStatable.cpp141 *group = stat.st_gid;
152 stat.st_gid = group;
/haiku/headers/posix/sys/
H A Dstat.h19 gid_t st_gid; /* group ID of the owner of this file */ member in struct:stat
/haiku/src/system/kernel/
H A Dusergroup.cpp284 team->saved_set_gid = st.st_gid;
285 team->effective_gid = st.st_gid;
/haiku/src/bin/
H A Did.c79 fprintf(stdout, " %-8d%s", statBuffer.st_gid, suffix);
H A Dcopyattr.cpp440 destNode->SetGroup(sourceStat.st_gid);
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Dkernel_interface.cpp493 st->st_gid = node->attr.stat[FS_DATA_FORMAT].st_gid;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h41 gid_t st_gid; member in struct:beos_stat
/haiku/src/build/libroot/
H A Dfs_darwin.cpp82 } else if (st.st_gid == getegid()) {
H A Dfs.cpp931 if (fchown(realFD, (uid_t)-1, st->st_gid) < 0)
975 if (chown(realPath.c_str(), (uid_t)-1, st->st_gid) < 0)
1362 } else if (st.st_gid == ((flag & AT_EACCESS) != 0 ? getegid() : getgid())) {
1504 st.st_gid = group;
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp352 stat->st_uid, stat->st_gid, stat->st_size);
647 stat->st_gid, stat->st_size, stat->st_type);
980 stat->st_gid, stat->st_size, stat->st_type);
/haiku/src/apps/installer/
H A DCopyEngine.cpp480 destination.SetGroup(sourceInfo.st_gid);

Completed in 153 milliseconds

123