Home
last modified time | relevance | path

Searched refs:fdsan (Results 1 – 9 of 9) sorted by relevance

/aosp12/bionic/docs/
H A Dfdsan.md1 ## fdsan section
8 *What problem is fdsan trying to solve? Why should I care?*
43 *What does fdsan do?*
51 ### Enabling fdsan (as a user)
52 *How do I use fdsan?*
54 fdsan has four severity levels:
63fdsan has a global default of warn-once. fdsan can be made more or less strict at runtime via the …
67 ### Using fdsan to fix a bug
68 *No, really, how do I use fdsan?*
266 #include <android/fdsan.h>
[all …]
H A Dstatus.md60 * [fdsan](fdsan.md) now aborts when it detects common file descriptor errors,
82 * [fdsan](fdsan.md) detects and logs common file descriptor errors at runtime.
/aosp12/bionic/tests/
H A Dfdsan_test.cpp41 struct fdsan : public ::testing::Test { struct
61 TEST_F(fdsan, unowned_untagged_close) { in TEST_F() argument
68 TEST_F(fdsan, unowned_tagged_close) { in TEST_F() argument
98 TEST_F(fdsan, owned_tagged_close) { in TEST_F() argument
139 TEST_F(fdsan, overflow) { in TEST_F() argument
183 TEST_F(fdsan, unique_fd_untag_on_release) { in TEST_F() argument
188 TEST_F(fdsan, unique_fd_move) { in TEST_F() argument
207 TEST_F(fdsan, vfork) { in TEST_F() argument
/aosp12/system/iorap/seccomp_policy/
H A Dprefetcherd.arm.policy18 # bionic's fdsan requires this
H A Dprefetcherd.arm64.policy18 # bionic's fdsan requires this
H A Dprefetcherd.x86.policy18 # bionic's fdsan requires this
H A Dprefetcherd.x86_64.policy18 # bionic's fdsan requires this
/aosp12/art/tools/
H A Dlibcore_failures.txt183 description: "fdsan doesn't exist on the host",
/aosp12/bionic/libc/
H A DAndroid.bp1058 "bionic/fdsan.cpp",