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

/external/valgrind/main/include/
H A Dpub_tool_libcfile.h43 /* Note that VG_(stat) and VG_(fstat) write to a 'struct vg_stat*' and
45 vg_stat*' is not the same as either of the vki_ versions. No
48 have to use this 'struct vg_stat' impedance-matching type
55 struct vg_stat { struct
85 extern SysRes VG_(stat) ( const HChar* file_name, struct vg_stat* buf );
86 extern Int VG_(fstat) ( Int fd, struct vg_stat* buf );

Completed in 54 milliseconds