Lines Matching full:_stat
1704 typedef struct _stat StatStruct;1730 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }