Home
last modified time | relevance | path

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

/device/google/barbet/dumpstate/
DDumpstateDevice.cpp118 static unsigned int tarCheckSum(PosixTarHeader *header) { in tarCheckSum() function
140 sprintf(header->chksum, "%06o", tarCheckSum(header)); in tarHeader()
/device/google/coral/dumpstate/
DDumpstateDevice.cpp119 static unsigned int tarCheckSum(PosixTarHeader *header) { in tarCheckSum() function
141 sprintf(header->chksum, "%06o", tarCheckSum(header)); in tarHeader()
/device/google/redfin/dumpstate/
DDumpstateDevice.cpp116 static unsigned int tarCheckSum(PosixTarHeader *header) { in tarCheckSum() function
138 sprintf(header->chksum, "%06o", tarCheckSum(header)); in tarHeader()
/device/google/sunfish/dumpstate/
DDumpstateDevice.cpp117 static unsigned int tarCheckSum(PosixTarHeader *header) { in tarCheckSum() function
139 sprintf(header->chksum, "%06o", tarCheckSum(header)); in tarHeader()