Searched refs:postCodeDisplayFile (Results 1 – 1 of 1) sorted by relevance
245 std::ofstream postCodeDisplayFile(postCodeDisplayPath); in savePostCodes() local246 postCodeDisplayFile << "0x" << std::setfill('0') << std::hex; in savePostCodes()249 postCodeDisplayFile << std::setw(2) << static_cast<int>(byte); in savePostCodes()251 postCodeDisplayFile.close(); in savePostCodes()