Home | History | Annotate | Download | only in android

Lines Matching refs:bufprint

57 #include "android/utils/bufprint.h"
658 bufprint(tmp, tmp+sizeof(tmp), "%s/%s", path, name);
844 p = bufprint(p, end, "%s.keyset", keyset);
860 p = bufprint(p, end, "%s" PATH_SEP "keysets" PATH_SEP "%s", opts->sysdir, keyset);
866 p = bufprint(p, end, PATH_SEP "keysets" PATH_SEP "%s", keyset);
1072 p = bufprint(app, end, "%s", searchPaths[nn]);
1073 q = bufprint(p, end, "/%s", fileName);
1083 p = bufprint(app, end, "/../platforms");
1094 q = bufprint(p, end, "/%s/images/%s", subdir, fileName);
1099 p = bufprint(p, end, "/%s/images", subdir);
1124 p = bufprint
1440 bufprint(tmp, tmpend, "%s/userdata-qemu.img", opts->datadir);
1457 bufprint(tmp, tmpend, "%s/sdcard.img", opts->datadir);
1610 bufprint
1624 bufprint( env, env+sizeof(env), "QEMU_AUDIO_OUT_DRV=%s", opts->audio_out );
1855 bufprint(tmp, tmpend,
1863 bufprint(tmp, tmpend,
2033 bufprint(tmp, tmpend, "%d", hw->hw_ramSize);
2068 p = bufprint(p, end, "%dm", hw->vm_heapSize);
2086 p = bufprint(p, end, "qemu=1 console=ttyS0" );
2089 p = bufprint(p, end, " androidboot.console=ttyS%d", shell_serial );
2093 p = bufprint(p, end, " android.tracing=1");
2100 p = bufprint(p, end, " memcheck=%s", opts->memcheck);
2105 p = bufprint(p, end, " android.checkjni=1");
2109 p = bufprint( p, end, " android.bootanim=0" );
2113 char* q = bufprint(p, end, " androidboot.logcat=%s", opts->logcat);
2130 p = bufprint(p, end, " android.ril=ttyS%d", radio_serial);
2133 p = bufprint(p, end, " android.gps=ttyS%d", gps_serial);
2138 p = bufprint(p, end, " android.qemud=ttyS%d", qemud_serial);
2142 p = bufprint(p, end, " android.ndns=%d", dns_count);
2146 p = bufprint(p, end, " androidboot.bootchart=%s", opts->bootchart);