/external/qemu/android/utils/ |
bufprint.c | 13 #include "android/utils/bufprint.h" 51 bufprint(char* buffer, char* end, const char* fmt, ... ) function 91 return bufprint(buff, end, "%s", path); 127 return bufprint(buff, end, "%s", s); 155 return bufprint(buff, end, "%s", appDir); 161 return bufprint(buff, end, "."); 173 return bufprint(buff, end, "%s\\%s", home, _ANDROID_PATH ); 180 return bufprint(buff, end, "%s\\%s", path, _ANDROID_PATH ); 188 return bufprint(buff, end, "%s/%s", home, _ANDROID_PATH ); 197 p = bufprint(p, end, PATH_SEP "%s", suffix) [all...] |
bufprint.h | 20 ** bufprint() allows your to easily and safely append formatted string 32 ** this allows you to chain several calls to bufprint() and only check for 39 ** p = bufprint(p, end, "%s/%s", first, second); 40 ** p = bufprint(p, end, "/%s", third); 50 extern char* bufprint (char* buffer, char* buffend, const char* fmt, ... );
|
dirscanner.c | 13 #include "android/utils/bufprint.h" 45 p = bufprint(p, end, "\\*"); 156 p = bufprint(p, end, "%s", rootPath); 197 p = bufprint(p, end, "%.*s/%s", s->rootLen, s->root, name);
|
timezone.c | 14 #include "android/utils/bufprint.h" 91 return bufprint(p, end, "Unknown/Unknown"); 93 return bufprint(p, end, "%s", tz); 250 p = bufprint( p, scan->path_end, "/%s", ent->d_name ); 348 p = bufprint( p, end, "%s/%s", tzdir, "localtime" ); 391 scan->path_root = bufprint( scan->path, scan->path_end, "%s", tzdir );
|
ini.c | 20 #include "android/utils/bufprint.h" 305 p = bufprint(temp, end, "%s = %s\n", pair->key, pair->value);
|
/external/qemu/android/ |
qemulator.c | 14 #include "android/utils/bufprint.h" 199 p = bufprint( p, end, "Press " ); 203 p = bufprint(p, end, ", "); 205 p = bufprint(p, end, " or "); 207 p = bufprint(p, end, "%s", 211 p = bufprint(p, end, " to leave trackball mode. "); 215 p = bufprint(p, end, "%d:%s",
|
main.c | 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) [all...] |
user-config.c | 13 #include "android/utils/bufprint.h" 67 p = bufprint(temp, end, "%s/%s", avdInfo_getContentPath(info), 190 bufprint(temp, temp+sizeof(temp),
|
hw-events.c | 13 #include "android/utils/bufprint.h" 128 return bufprint(buf, bufend, "%s", list[index].name);
|
hw-qemud.c | 16 #include "android/utils/bufprint.h" 636 p = bufprint(tmp, end, "disconnect:%02x", c->channel); 942 p = bufprint(tmp, end, "ko:connect:%02x:unknown service", channel); 944 p = bufprint(tmp, end, "ko:connect:%02x:service busy", channel); 948 p = bufprint(tmp, end, "ok:connect:%02x", channel); 1025 p = bufprint(tmp, end, "ko:unknown command"); [all...] |
help.c | 4 #include "android/utils/bufprint.h" 227 p = bufprint(p, end, "%s%s", (n == 0) ? "" : ", ", 469 p = bufprint( p, end, PATH_SEP "lib" PATH_SEP "images" ); [all...] |
/external/qemu/android/avd/ |
info.c | 14 #include "android/utils/bufprint.h" 258 p = bufprint(temp, end, "%s%d", SEARCH_PREFIX, nn+1 ); 266 p = bufprint(temp, end, "%s/%s", i->sdkRootPath, path); 303 p = bufprint(p, end, "/" ANDROID_AVD_DIR "/%s.ini", i->deviceName); 342 p = bufprint(p, end, "%s/config.ini", i->contentPath); 458 p = bufprint(temp, end, "%s/%s", searchDir, image); 488 p = bufprint(temp, end, "%s/%s", i->contentPath, l->imageFile); 812 p = bufprint(temp, end, "%s/layout", skinPath); 834 p = bufprint(temp, end, "%s/skins/%s", 863 p = bufprint(temp, end, "%s/skins/%s" [all...] |
/external/qemu/telephony/ |
remote_call.c | 13 #include "android/utils/bufprint.h" 170 p = bufprint(p, end, "gsm call %d\n", from_num ); 174 p = bufprint(p, end, "gsm busy %d\n", from_num); 178 p = bufprint(p, end, "gsm hold %d\n", from_num); 182 p = bufprint(p, end, "gsm accept %d\n", from_num); 186 p = bufprint(p, end, "gsm cancel %d\n", from_num ); 235 p = bufprint(p, end, "sms pdu ");
|
/external/qemu/android/skin/ |
keyset.c | 14 #include "android/utils/bufprint.h" 230 p = bufprint(p, end, "Ctrl-"); 233 p = bufprint(p, end, "RCtrl-"); 236 p = bufprint(p, end, "Shift-"); 239 p = bufprint(p, end, "RShift-"); 242 p = bufprint(p, end, "Alt-"); 245 p = bufprint(p, end, "RAlt-"); 249 p = bufprint(p, end, "%s", keysym_names[nn]._str); 255 p = bufprint(p, end, "%c", sym);
|
file.c | 15 #include "android/utils/bufprint.h" 30 p = bufprint( p, end, "%s" PATH_SEP "%s", dirname, filename );
|
/external/qemu/ |
sockets.c | 473 return bufprint( p, end, "%d.%d.%d.%d:%d", 484 p = bufprint(p, end, "%s%04x", column, (tab[n] << 8) | tab[n+1]); 487 return bufprint(p, end, ":%d", a->u.in6.port); 491 return bufprint(p, end, "%s", a->u._unix.path); [all...] |