Home
last modified time | relevance | path

Searched refs:realFilePathWithTime (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.cpp95 …string realFilePathWithTime = path.substr(trashPathPrefixPos + FileTrashNExporter::trashPath_.leng… in GetTimeSlotFromPath() local
97 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() local
199 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() local
359 size_t trashPathWithTimePrefixPos = realFilePathWithTime.find_first_of("/"); in GetToDeletePath()