Home
last modified time | relevance | path

Searched refs:trashPathWithTimePrefixPos (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
H A Dfile_trash_n_exporter.cpp97 size_t trashPathWithTimePrefixPos = realFilePathWithTime.find_first_of("/"); in GetTimeSlotFromPath() local
98 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() local
200 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() local
361 slashSize + trashPathWithTimePrefixPos; in GetToDeletePath()