Searched refs:trashPathWithTimePrefixPos (Results 1 – 1 of 1) sorted by relevance
97 size_t trashPathWithTimePrefixPos = realFilePathWithTime.find_first_of("/"); in GetTimeSlotFromPath() local98 if (trashPathWithTimePrefixPos == string::npos) { in GetTimeSlotFromPath()102 string timeSlot = realFilePathWithTime.substr(0, trashPathWithTimePrefixPos); in GetTimeSlotFromPath()199 size_t trashPathWithTimePrefixPos = realFilePathWithTime.find_first_of("/"); in FindSourceFilePath() local200 if (trashPathWithTimePrefixPos == string::npos) { in FindSourceFilePath()205 string timeSlot = realFilePathWithTime.substr(0, trashPathWithTimePrefixPos); in FindSourceFilePath()206 string realFilePath = realFilePathWithTime.substr(trashPathWithTimePrefixPos + slashSize); in FindSourceFilePath()359 size_t trashPathWithTimePrefixPos = realFilePathWithTime.find_first_of("/"); in GetToDeletePath() local361 slashSize + trashPathWithTimePrefixPos; in GetToDeletePath()