HomeSort by relevance Sort by last modified time
    Searched refs:__check_count (Results 1 - 3 of 3) sorted by null

  /bionic/libc/bionic/
fortify.cpp 143 __check_count("memcpy", "count", count);
156 __check_count("memset", "count", count);
173 __check_count("pread64", "count", count);
179 __check_count("pread", "count", count);
186 __check_count("pwrite64", "count", count);
193 __check_count("pwrite", "count", count);
199 __check_count("read", "count", count);
205 __check_count("readlinkat", "size", size);
211 __check_count("readlink", "size", size);
446 __check_count("write", "count", count)
    [all...]
  /bionic/libc/private/
bionic_fortify.h 70 static inline void __check_count(const char* fn, const char* identifier, size_t value) { function
  /bionic/libc/stdio/
stdio.cpp 973 __check_count("vsnprintf", "size", n);

Completed in 86 milliseconds