Searched defs:fsshStat (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dstat_util.cpp151 from_platform_stat(const struct stat *st, struct fssh_stat *fsshStat) argument
170 to_platform_stat(const struct fssh_stat *fsshStat, struct stat *st) argument
[all...]
H A Dstat.cpp33 FSShell::unrestricted_stat(const char *path, struct fssh_stat *fsshStat) argument
57 FSShell::unrestricted_fstat(int fd, struct fssh_stat *fsshStat) argument
81 FSShell::unrestricted_lstat(const char *path, struct fssh_stat *fsshStat) argument
113 fssh_stat(const char *path, struct fssh_stat *fsshStat) argument
125 fssh_fstat(int fd, struct fssh_stat *fsshStat) argument
137 fssh_lstat(const char *path, struct fssh_stat *fsshStat) argument
[all...]

Completed in 34 milliseconds