Home
last modified time | relevance | path

Searched refs:unrestricted_fstat (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dstat.cpp57 FSShell::unrestricted_fstat(int fd, struct fssh_stat *fsshStat) in unrestricted_fstat() function in FSShell
127 if (FSShell::unrestricted_fstat(fd, fsshStat) < 0) in fssh_fstat()
H A Dstat_priv.h14 int unrestricted_fstat(int fd, struct fssh_stat *fsshStat);
H A Dpartition_support.cpp68 if (unrestricted_fstat(fd, &st) < 0) in find_file_restriction()