Lines Matching refs:root
607 AConfig* root;
649 root = aconfig_node("", "");
692 aconfig_load(root, strdup(tmp));
706 if(aconfig_load_file(root, tmp) >= 0) {
729 aconfig_load(root, base);
746 if ( qemulator_init(qemulator_get(), root, path, win_x, win_y, opts ) < 0 ) {
754 n = aconfig_find(root, "network");
762 n = aconfig_find(root, "trackball");
820 AConfig* root = aconfig_node("","");
821 if (!aconfig_load_file(root, path)) {
822 android_keyset = skin_keyset_new(root);
1381 derror("Can't find the Android build root from '%s'\n"
1388 D( "found Android build root: %s", android_build_root );