Home
last modified time | relevance | path

Searched refs:timeSlot (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.cpp103 HILOG_DEBUG("GetTimeSlotFromPath: timeSlot = %{public}s", timeSlot.c_str()); in GetTimeSlotFromPath()
104 return timeSlot; in GetTimeSlotFromPath()
130 string timeSlot = GetTimeSlotFromPath(pathTemp); in RecursiveFunc() local
131 … if (!timeSlot.empty() && pathInRecur.rfind(TRASH_SUB_DIR + timeSlot + "/") != string::npos) { in RecursiveFunc()
207 size_t pos = realFilePath.rfind(TRASH_SUB_DIR + timeSlot + "/"); in FindSourceFilePath()
214 timeSlot.length() + slashSize); in FindSourceFilePath()
441 string timeSlot = GetTimeSlotFromPath(dirent); in ListFile() local
442 if (timeSlot.empty()) { in ListFile()
446 size_t pos = dirent.find(TRASH_SUB_DIR + timeSlot + "/"); in ListFile()
448 string trashSubDir = TRASH_SUB_DIR + timeSlot; in ListFile()
[all …]