Searched refs:tempTail (Results 1 – 2 of 2) sorted by relevance
282 std::vector<uint8_t> tempTail(TEMP_PTS_SIZE); in GetRecoverInfo() local283 auto ret = read(tempFileFd_, tempTail.data(), TEMP_PTS_SIZE); in GetRecoverInfo()287 …auto findTag = std::search(tempTail.begin(), tempTail.end(), tag2search.begin(), tag2search.end()); in GetRecoverInfo()288 … DP_CHECK_ERROR_RETURN_RET_LOG(findTag == tempTail.end(), ERROR_FAIL, "cannot find temp pts tag."); in GetRecoverInfo()290 std::string pauseTime(findTag + TEMP_PTS_TAG.size(), tempTail.end()); in GetRecoverInfo()
124 Payload *tempTail = inheritPacket->tail; in PacketInheritMalloc() local134 tempTail->next = inheritPacket->tail; in PacketInheritMalloc()135 inheritPacket->tail->prev = tempTail; in PacketInheritMalloc()