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

/haiku/headers/private/fs_shell/
H A Dfssh_stat.h18 fssh_uid_t fssh_st_uid; /* user id of the owner of this file */ member in struct:fssh_stat
H A Dfssh_api_wrapper.h1249 #define st_uid fssh_st_uid
/haiku/src/tools/fs_shell/
H A Dstat_util.cpp157 fsshStat->fssh_st_uid = st->st_uid;
176 st->st_uid = fsshStat->fssh_st_uid;
H A Dfuse.cpp120 stbuf->st_uid = f_stbuf->fssh_st_uid;
285 st.fssh_st_uid = uid;
H A Dfssh.cpp413 fileType, permissions.c_str(), (int)st.fssh_st_uid, (int)st.fssh_st_gid,

Completed in 107 milliseconds