Searched refs:bufprint_temp_file (Results 1 - 5 of 5) sorted by relevance

/external/qemu/android/utils/
H A Dbufprint.h70 ** bufprint_temp_file() appens the name of a file or directory relative to the
78 extern char* bufprint_temp_file (char* buffer, char* buffend, const char* suffix);
H A Dtempfile.c84 p = bufprint_temp_file( p, end, "emulator-XXXXXX" );
H A Dbufprint.c234 bufprint_temp_file(char* buff, char* end, const char* suffix) function
/external/qemu/android/
H A Duser-config.c74 p = bufprint_temp_file(temp, end, USER_CONFIG_FILE);
/external/qemu/slirp-android/
H A Dslirp.c231 p = bufprint_temp_file( p, end, "slirp.log" );

Completed in 176 milliseconds