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

/frameworks/native/cmds/dumpstate/
H A Dutils.cpp1249 static const size_t EXT_CSD_REV = 192; local
1283 if (bytes_read < (ssize_t)(EXT_CSD_REV * sizeof(struct hex))) {
1289 if (sscanf(buffer[EXT_CSD_REV].str, "%02x", &ext_csd_rev) != 1) {
1290 printf("*** %s: EXT_CSD_REV parse error \"%.2s\"\n\n",
1291 ext_csd_path, buffer[EXT_CSD_REV].str);

Completed in 48 milliseconds