Searched refs:postCodeListPath (Results 1 – 2 of 2) sorted by relevance
70 postCodeListPath(PostCodeListPathPrefix + std::to_string(node)), in PostCode()123 fs::create_directories(postCodeListPath);124 deserialize(postCodeListPath / CurrentBootCycleIndexName,127 deserialize(postCodeListPath / CurrentBootCycleCountName, count);149 fs::path postCodeListPath; member
31 std::uintmax_t n = fs::remove_all(postCodeListPath); in deleteAll()33 << postCodeListPath << std::endl; in deleteAll()34 fs::create_directories(postCodeListPath); in deleteAll()54 deserializePostCodes(postCodeListPath / std::to_string(bootNum), codes); in getPostCodes()71 deserializePostCodes(postCodeListPath / std::to_string(bootNum), codes); in getPostCodesWithTimeStamp()80 serialize(postCodeListPath); in savePostCodes()