/haiku/src/system/libroot/posix/sys/ |
H A D | stat.c | 73 beosStat->st_uid = stat->st_uid; in convert_to_stat_beos() 95 stat->st_uid = beosStat->st_uid; in convert_from_stat_beos()
|
/haiku/src/system/libroot/posix/glibc/include/bits/ |
H A D | stat.h | 43 __uid_t st_uid; /* User ID of the file's owner. */ 94 __uid_t st_uid; /* User ID of the file's owner. */
|
/haiku/src/add-ons/kernel/file_systems/nfs4/ |
H A D | MetadataCache.cpp | 46 st->st_uid = fStatCache.st_uid; in GetStat() 163 if (oldStat->st_uid != newStat->st_uid) in NotifyChanges()
|
H A D | Inode.cpp | 540 st->st_uid = atoi(owner); in GetStat() 542 st->st_uid = gIdMapper->GetUserId(owner); in GetStat() 545 st->st_uid = 0; in GetStat() 623 attr[i].fData.fPointer = gIdMapper->GetOwner(st->st_uid); in WriteStat()
|
/haiku/src/tests/kits/storage/ |
H A D | BasicTest.h | 61 && st1.st_uid == st2.st_uid
|
H A D | BasicTest.cpp | 76 printf(" st_uid : %x\n", st.st_uid); in dumpStat()
|
H A D | StatableTest.cpp | 128 CPPUNIT_ASSERT( owner == st.st_uid ); in GetXYZTest() 216 CPPUNIT_ASSERT( owner == st.st_uid ); in SetXYZTest()
|
/haiku/headers/posix/compat/sys/ |
H A D | stat.h | 23 uid_t st_uid; /* user ID of the owner of this file */ member
|
/haiku/src/add-ons/kernel/file_systems/netfs/shared/ |
H A D | NodeInfo.cpp | 14 visitor->Visit(this, *(int32*)&st.st_uid); in ShowAround()
|
/haiku/src/build/libbe/storage/ |
H A D | Statable.cpp | 104 *owner = statData.st_uid; in GetOwner() 116 statData.st_uid = owner; in SetOwner()
|
/haiku/src/system/libroot/posix/unistd/ |
H A D | chown.c | 26 stat.st_uid = owner; in common_chown()
|
/haiku/src/system/libroot/os/ |
H A D | fs_index.c | 49 indexInfo->uid = stat.st_uid; in fs_stat_index()
|
/haiku/src/kits/storage/ |
H A D | Statable.cpp | 113 *owner = stat.st_uid; in GetOwner() 124 stat.st_uid = owner; in SetOwner()
|
H A D | CopyEngine.cpp | 280 destNode->SetOwner(sourceStat.st_uid); in _CopyEntry()
|
/haiku/src/tools/fs_shell/ |
H A D | stat_util.cpp | 157 fsshStat->fssh_st_uid = st->st_uid; in from_platform_stat() 176 st->st_uid = fsshStat->fssh_st_uid; in to_platform_stat()
|
/haiku/src/system/kernel/ |
H A D | usergroup.cpp | 278 team->saved_set_uid = st.st_uid; in update_set_id_user_and_group() 279 team->effective_uid = st.st_uid; in update_set_id_user_and_group()
|
/haiku/src/apps/soundrecorder/ |
H A D | FileUtils.cpp | 72 dst.SetOwner(src_stat.st_uid); in CopyFileData()
|
/haiku/headers/posix/sys/ |
H A D | stat.h | 18 uid_t st_uid; /* user ID of the owner of this file */ member
|
/haiku/src/bin/ |
H A D | id.c | 65 fprintf(stdout, "%-8d%s", statBuffer.st_uid, suffix); in print_user_info()
|
/haiku/src/build/libroot/ |
H A D | fs.cpp | 926 if (fchown(realFD, st->st_uid, (gid_t)-1) < 0) in _kern_write_stat() 970 if (chown(realPath.c_str(), st->st_uid, (gid_t)-1) < 0) in _kern_write_stat() 1354 } else if (st.st_uid == uid) { in _haiku_build_faccessat() 1503 st.st_uid = owner; in _haiku_build_fchownat()
|
H A D | fs_darwin.cpp | 74 } else if (st.st_uid == uid) { in eaccess()
|
/haiku/src/add-ons/kernel/file_systems/iso9660/ |
H A D | kernel_interface.cpp | 492 st->st_uid = node->attr.stat[FS_DATA_FORMAT].st_uid; in fs_read_stat()
|
H A D | iso9660.cpp | 353 node->attr.stat[LSB_DATA].st_uid in parse_rock_ridge() 356 node->attr.stat[MSB_DATA].st_uid in parse_rock_ridge()
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/ |
H A D | fs_interface.h | 40 uid_t st_uid; member
|
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/ |
H A D | log_overlay.cpp | 352 stat->st_uid, stat->st_gid, stat->st_size); in overlay_read_stat() 646 stat->st_dev, stat->st_ino, stat->st_mode, stat->st_uid, in overlay_read_attr_stat() 979 stat->st_dev, stat->st_ino, stat->st_mode, stat->st_uid, in overlay_read_index_stat()
|