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

/frameworks/native/cmds/dumpstate/
H A Dutils.cpp1261 static const size_t EXT_CSD_REV = 192 * sizeof(hex); local
1273 if (buffer.length() < (EXT_CSD_REV + sizeof(hex))) {
1279 std::string sub = buffer.substr(EXT_CSD_REV, sizeof(hex));
1281 printf("*** %s: EXT_CSD_REV parse error \"%s\"\n\n",

Completed in 335 milliseconds