Rudiments
/home/dmuse/src/rudiments/include/rudiments/private/filesystem.h
00001 // Copyright (c) 2003 David Muse
00002 // See the COPYING file for more information
00003 
00004         private:
00005                 bool    close();
00006                 static  const char      *getFsTypeName(int64_t type);
00007                 void    filesystemClone(const filesystem &f);
00008                 static  bool    getCurrentPropertiesInternal(
00009                                                 int32_t fd, void *st);
00010                 static  bool    getCurrentPropertiesInternal(
00011                                         const char *path, void *st);
00012                 filesystemprivate       *pvt;