Searched refs:ShowSummary (Results 1 – 6 of 6) sorted by relevance
91 void ShowSummary(int partNum, uint32_t blockSize); // display summary information (1-line)
293 void GPTPart::ShowSummary(int partNum, uint32_t blockSize) { function in GPTPart
1454 partitions[i].ShowSummary(i, blockSize); in DisplayGPTData()
325 builder.ShowSummary(commits, board_selected)
205 build.ShowSummary(self.commits, board_selected)
1421 def ShowSummary(self, commits, board_selected): member in Builder