Searched refs:fd_open (Results 1 – 4 of 4) sorted by relevance
78 extern Int VG_(fd_open) (const HChar* pathname, Int flags, Int mode);
850 fd = VG_(fd_open) (doc, VKI_O_RDONLY, 0); in handle_query()
660 Int fd = VG_(fd_open)("/proc/self/priv", O_RDONLY, 0); in create_prpriv()
178 Int VG_(fd_open) (const HChar* pathname, Int flags, Int mode) in VG_() argument