Lines Matching refs:with
12 …rs, on the other hand, are mandated by the POSIX standard to be allocated with the lowest availabl…
47 …n be associated with a unique owner which is responsible for their closure. fdsan provides functio…
51 If a file descriptor that's been marked with a tag is closed with an incorrect tag, or without a ta…
59 …r, emit a warning to logcat, generate a tombstone, and then continue execution with fdsan disabled.
67 …s proportional to the percentage of file descriptors in your process that are tagged with an owner.
140 …t for us. Let's use `android::base::unique_fd` in `victim` to guard the file descriptor with fdsan:
162 Now that we've guarded the file descriptor with fdsan, we should be able to find where the double c…
235 …close_with_tag` closes a file descriptor with its tag. In the `<android/fdsan.h>` header, these ar…
242 * Redistribution and use in source and binary forms, with or without
249 * the documentation and/or other materials provided with the
345 // These functions are marked with __attribute__((weak)), so that their