Searched refs:realFilePathWithTime (Results 1 – 1 of 1) sorted by relevance
95 …string realFilePathWithTime = path.substr(trashPathPrefixPos + FileTrashNExporter::trashPath_.leng… in GetTimeSlotFromPath() local97 size_t trashPathWithTimePrefixPos = realFilePathWithTime.find_first_of("/"); in GetTimeSlotFromPath()102 string timeSlot = realFilePathWithTime.substr(0, trashPathWithTimePrefixPos); in GetTimeSlotFromPath()197 string realFilePathWithTime = path.substr(timeSLotStartPos); in FindSourceFilePath() local199 size_t trashPathWithTimePrefixPos = realFilePathWithTime.find_first_of("/"); in FindSourceFilePath()205 string timeSlot = realFilePathWithTime.substr(0, trashPathWithTimePrefixPos); in FindSourceFilePath()206 string realFilePath = realFilePathWithTime.substr(trashPathWithTimePrefixPos + slashSize); in FindSourceFilePath()356 string realFilePathWithTime = in GetToDeletePath() local359 size_t trashPathWithTimePrefixPos = realFilePathWithTime.find_first_of("/"); in GetToDeletePath()