Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Dutils.cpp1154 static const size_t EXT_CSD_REV = 192 * sizeof(hex); in dump_emmc_ecsd() local
1166 if (buffer.length() < (EXT_CSD_REV + sizeof(hex))) { in dump_emmc_ecsd()
1172 std::string sub = buffer.substr(EXT_CSD_REV, sizeof(hex)); in dump_emmc_ecsd()