Home
last modified time | relevance | path

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

/bionic/tests/
Dclang_fortify_tests.cpp331 auto some_fd = declval<int>(); in testFormatStrings() local
333 dprintf(some_fd, "%d", unsigned_value); in testFormatStrings()
335 dprintf(some_fd, unknown_string, unsigned_value); in testFormatStrings()