OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufprint_config_file
(Results
1 - 5
of
5
) sorted by null
/external/qemu/android/utils/
bufprint.h
60
**
bufprint_config_file
() appends the name of a file or directory relative to the
72
extern char*
bufprint_config_file
(char* buffer, char* buffend, const char* suffix);
bufprint.c
193
bufprint_config_file
(char* buff, char* end, const char* suffix)
function
/external/qemu/android/
user-config.c
65
p =
bufprint_config_file
(temp, end, USER_CONFIG_FILE);
help.c
289
bufprint_config_file
( temp, temp+sizeof(temp), KEYSET_FILE );
[
all
...]
main.c
855
p =
bufprint_config_file
(p, end, keyset);
878
bufprint_config_file
( path, path+sizeof(path), KEYSET_FILE );
[
all
...]
Completed in 321 milliseconds