1 #ifndef MSP_FS_STAT_PRIVATE_H_
2 #define MSP_FS_STAT_PRIVATE_H_
4 #include "stat_platform.h"
15 Private(const Private &);
19 /* This is here because it needs access to private members of Stat, but we
20 can't expose the system stat struct in the public header */
21 static Stat from_struct_stat(const struct stat &);
24 void fill_owner_info(Stat::OwnerInfo &);