OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufprint_temp_dir
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/utils/
bufprint.h
64
**
bufprint_temp_dir
() appends the temporary directory's path to a given bounded buffer
73
extern char*
bufprint_temp_dir
(char* buffer, char* buffend);
bufprint.c
202
bufprint_temp_dir
(char* buff, char* end)
function
228
p =
bufprint_temp_dir
(buff, end);
tempfile.c
65
p =
bufprint_temp_dir
( p, end );
Completed in 61 milliseconds