Searched refs:version (Results 1 - 5 of 5) sorted by relevance

/bootable/recovery/updater/
H A Dupdater.h33 int version; member in struct:__anon27
H A Dupdater.c49 char* version = argv[1]; local
50 if ((version[0] != '1' && version[0] != '2' && version[0] != '3') ||
51 version[1] != '\0') {
52 // We support version 1, 2, or 3.
126 updater_info.version = atoi(version);
/bootable/recovery/
H A Dinstall.cpp81 // - the version number for this interface
184 // supported by Android, the string is preceded by a version
219 // a version 1 key has no version specifier.
222 int version; local
223 if (fscanf(f, "%d {", &version) != 1) goto exit;
224 if (version == 2) {
/bootable/recovery/minui/
H A Dgraphics.c135 fb->version = sizeof(*fb);
151 fb->version = sizeof(*fb);
163 ms->version = sizeof(*ms);
313 ftex->version = sizeof(*ftex);
H A Dresources.c118 surface->version = sizeof(GGLSurface);
278 surface->version = sizeof(GGLSurface);

Completed in 71 milliseconds