OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:internal_unlink
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.h
50
uptr
internal_unlink
(const char *path);
sanitizer_mac.cc
152
uptr
internal_unlink
(const char *path) {
function in namespace:__sanitizer
sanitizer_linux.cc
315
uptr
internal_unlink
(const char *path) {
function in namespace:__sanitizer
[
all
...]
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc
147
internal_unlink
(tmpfile);
239
internal_unlink
(tmpfile);
/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 828 milliseconds