OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:internal_unlink
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_libc.h
86
uptr
internal_unlink
(const char *path);
sanitizer_linux.cc
248
uptr
internal_unlink
(const char *path) {
function in namespace:__sanitizer
/external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc
162
internal_unlink
(name); // Unlink it now, so that we can reuse the buffer.
Completed in 174 milliseconds