Searched refs:bootNum (Results 1 – 1 of 1) sorted by relevance
175 uint16_t bootNum = getBootNum(index); in getPostCodes() local178 deserializePostCodes(postCodeListPath / std::to_string(bootNum), codes); in getPostCodes()193 uint16_t bootNum = getBootNum(index); in getPostCodesWithTimeStamp() local195 deserializePostCodes(postCodeListPath / std::to_string(bootNum), codes); in getPostCodesWithTimeStamp()390 uint16_t bootNum = currentBootCycleIndex; in getBootNum() local391 if (index > bootNum) // need to wrap around in getBootNum()393 bootNum = (maxBootCycleNum() + currentBootCycleIndex) - index + 1; in getBootNum()397 bootNum = currentBootCycleIndex - index + 1; in getBootNum()399 return bootNum; in getBootNum()