Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp145 static const std::string kDumpstateBoardFiles[] = { variable
149 static const int NUM_OF_DUMPS = arraysize(kDumpstateBoardFiles);
1578 paths.emplace_back(kDumpstateBoardPath + kDumpstateBoardFiles[i]); in DumpstateBoard()
1656 MYLOGE("Failed to fstat %s: %s\n", kDumpstateBoardFiles[i].c_str(), in DumpstateBoard()
1669 MYLOGE("Ignoring empty %s\n", kDumpstateBoardFiles[i].c_str()); in DumpstateBoard()
1672 AddZipEntry(kDumpstateBoardFiles[i], paths[i]); in DumpstateBoard()