Home | History | Annotate | Download | only in internal

Lines Matching full:_stat

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