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

  /bionic/linker/
linker_globals.h 47 async_safe_format_fd(2, "WARNING: linker: "); \
48 async_safe_format_fd(2, fmt, ##x); \
49 async_safe_format_fd(2, "\n"); \
linker_debug.h 70 if (g_ld_debug_verbosity > (v)) { async_safe_format_fd(1, x); write(1, "\n", 1); } \
linker_main.cpp 218 async_safe_format_fd(STDERR_FILENO,
351 async_safe_format_fd(STDERR_FILENO,
585 async_safe_format_fd(STDOUT_FILENO,
  /bionic/libc/async_safe/include/async_safe/
log.h 92 int async_safe_format_fd(int fd, const char* format , ...) __printflike(2, 3);
  /bionic/libc/async_safe/
async_safe_log.cpp 420 int async_safe_format_fd(int fd, const char* format, ...) { function

Completed in 207 milliseconds