OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fdprintf
(Results
51 - 55
of
55
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdio.h
425
*
fdprintf
is a better name, and some programs that use
fdprintf
use a
426
* #define
fdprintf
dprintf for compatibility
428
int
fdprintf
(int, const char*, ...);
/bionic/libc/include/
stdio.h
442
*
fdprintf
is a better name, and some programs that use
fdprintf
use a
443
* #define
fdprintf
dprintf for compatibility
446
int
fdprintf
(int, const char*, ...)
/frameworks/av/services/audioflinger/
AudioFlinger.cpp
382
fdprintf
(fd, "\nmedia.log:\n");
[
all
...]
Threads.cpp
[
all
...]
/bionic/libc/
Android.mk
84
bionic/
fdprintf
.c \
Completed in 51 milliseconds
1
2
3