Searched refs:bootNum (Results 1 – 1 of 1) sorted by relevance
51 uint16_t bootNum = getBootNum(index); in getPostCodes() local54 deserializePostCodes(postCodeListPath / std::to_string(bootNum), codes); in getPostCodes()69 uint16_t bootNum = getBootNum(index); in getPostCodesWithTimeStamp() local71 deserializePostCodes(postCodeListPath / std::to_string(bootNum), codes); in getPostCodesWithTimeStamp()260 uint16_t bootNum = currentBootCycleIndex; in getBootNum() local261 if (index > bootNum) // need to wrap around in getBootNum()263 bootNum = (maxBootCycleNum() + currentBootCycleIndex) - index + 1; in getBootNum()267 bootNum = currentBootCycleIndex - index + 1; in getBootNum()269 return bootNum; in getBootNum()