OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufprint_temp_file
(Results
1 - 5
of
5
) sorted by null
/external/qemu/android/utils/
bufprint.h
66
**
bufprint_temp_file
() appens the name of a file or directory relative to the
74
extern char*
bufprint_temp_file
(char* buffer, char* buffend, const char* suffix);
tempfile.c
84
p =
bufprint_temp_file
( p, end, "emulator-XXXXXX" );
bufprint.c
234
bufprint_temp_file
(char* buff, char* end, const char* suffix)
function
/external/qemu/android/
user-config.c
74
p =
bufprint_temp_file
(temp, end, USER_CONFIG_FILE);
/external/qemu/slirp-android/
slirp.c
231
p =
bufprint_temp_file
( p, end, "slirp.log" );
[
all
...]
Completed in 183 milliseconds