Searched refs:bufprint_temp_file (Results 1 – 5 of 5) sorted by relevance
/external/qemu/android/utils/ |
D | bufprint.h | 74 extern char* bufprint_temp_file (char* buffer, char* buffend, const char* suffix);
|
D | tempfile.c | 84 p = bufprint_temp_file( p, end, "emulator-XXXXXX" ); in tempfile_create()
|
D | bufprint.c | 234 bufprint_temp_file(char* buff, char* end, const char* suffix) in bufprint_temp_file() function
|
/external/qemu/android/ |
D | user-config.c | 74 p = bufprint_temp_file(temp, end, USER_CONFIG_FILE); in auserConfig_new()
|
/external/qemu/slirp-android/ |
D | slirp.c | 231 p = bufprint_temp_file( p, end, "slirp.log" ); in slirp_init()
|