Home
last modified time | relevance | path

Searched defs:vg_stat (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/include/
Dpub_tool_libcfile.h55 struct vg_stat { struct
56 ULong dev;
57 ULong ino;
58 ULong nlink;
59 UInt mode;
60 UInt uid;
61 UInt gid;
85 extern SysRes VG_(stat) ( const HChar* file_name, struct vg_stat* buf ); argument