Searched refs:fssh_st_gid (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_stat.h19 fssh_gid_t fssh_st_gid; /* group id of the owner of this file */ member in struct:fssh_stat
H A Dfssh_api_wrapper.h1250 #define st_gid fssh_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;
H A Dfuse.cpp121 stbuf->st_gid = f_stbuf->fssh_st_gid;
286 st.fssh_st_gid = gid;
H A Dfssh.cpp413 fileType, permissions.c_str(), (int)st.fssh_st_uid, (int)st.fssh_st_gid,

Completed in 55 milliseconds