Home
last modified time | relevance | path

Searched refs:GetNamedMappingFd (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix_libcdep.cc238 int GetNamedMappingFd(const char *name, uptr size) { in GetNamedMappingFd() function
242 int GetNamedMappingFd(const char *name, uptr size) { in GetNamedMappingFd() function
260 int fd = name ? GetNamedMappingFd(name, size) : -1; in MmapFixedNoReserve()
278 int fd = name ? GetNamedMappingFd(name, size) : -1; in MmapFixedNoAccess()