Home
last modified time | relevance | path

Searched refs:use_fd (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc214 void ChildCrash(bool use_fd) { in ChildCrash() argument
219 if (use_fd) { in ChildCrash()
229 if (use_fd) { in ChildCrash()
243 if (!use_fd) in ChildCrash()
248 if (!use_fd) in ChildCrash()
/external/valgrind/coregrind/
Dpub_core_debuginfo.h66 extern ULong VG_(di_notify_mmap)( Addr a, Bool allow_SkFileV, Int use_fd );
/external/selinux/python/sepolicy/sepolicy/
Dgenerate.py376 self.use_fd = self.type not in [EUSER, NEWTYPE]
501 self.use_fd = (val is True)
571 if self.use_fd:
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c814 ULong VG_(di_notify_mmap)( Addr a, Bool allow_SkFileV, Int use_fd ) in VG_()
827 vg_assert(use_fd >= -1); in VG_()
986 if (use_fd == -1) { in VG_()
1001 actual_fd = use_fd; in VG_()
1005 if (use_fd == -1) { in VG_()