Lines Matching refs:be
12 …be much more difficult to diagnose and fix. With `malloc` and `free`, implementations have free re…
47 …andled by types such as `std::unique_ptr`, almost all file descriptors can be associated with a un…
49 …be something that uniquely identifies the object (object address for native objects and `System.id…
65 In Android Q, fdsan has a global default of warn-once. fdsan can be made more or less strict at run…
123 When running the program, the threads' executions will be interleaved as follows:
162 Now that we've guarded the file descriptor with fdsan, we should be able to find where the double c…
167 Abort message: 'attempted to close file descriptor 3, expected to be unowned, actually owned by uni…
190 The reason for this is (hopefully!) not a bug in fdsan, and will commonly be seen when tracking dow…
208 Abort message: 'attempted to close file descriptor 3, expected to be unowned, actually owned by uni…
231 In a real application, things are probably not going to be as detectable or reproducible as our toy…
235 …sing down the platform version from JNI, availability of the functions can be queried directly. An…
346 // availability can be determined at runtime. These wrappers will use them