Searched refs:fdsan (Results 1 – 9 of 9) sorted by relevance
/aosp12/bionic/docs/ |
H A D | fdsan.md | 1 ## 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: 63 …fdsan 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 D | status.md | 60 * [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 D | fdsan_test.cpp | 41 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 D | prefetcherd.arm.policy | 18 # bionic's fdsan requires this
|
H A D | prefetcherd.arm64.policy | 18 # bionic's fdsan requires this
|
H A D | prefetcherd.x86.policy | 18 # bionic's fdsan requires this
|
H A D | prefetcherd.x86_64.policy | 18 # bionic's fdsan requires this
|
/aosp12/art/tools/ |
H A D | libcore_failures.txt | 183 description: "fdsan doesn't exist on the host",
|
/aosp12/bionic/libc/ |
H A D | Android.bp | 1058 "bionic/fdsan.cpp",
|