OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aconfig_load_file
(Results
1 - 4
of
4
) sorted by null
/external/qemu/android/
config.h
35
extern int
aconfig_load_file
(AConfig* root, const char* path);
config.c
338
aconfig_load_file
(AConfig *root, const char *fn)
function
main-common.c
126
if (!
aconfig_load_file
(root, path)) {
417
if(
aconfig_load_file
(root, tmp) < 0) {
[
all
...]
/external/qemu/telephony/
android_modem.c
397
if (
aconfig_load_file
(root, modem->nvram_config_filename)) {
[
all
...]
Completed in 367 milliseconds