Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/include/
H A Dfile_trash_n_exporter.h30 const std::string TRASH_SUB_DIR = "oh_trash_content"; variable
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
H A Dfile_trash_n_exporter.cpp131 … 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()
213 string realFileName = realFilePath.substr(pos + TRASH_SUB_DIR.length() + in FindSourceFilePath()
446 size_t pos = dirent.find(TRASH_SUB_DIR + timeSlot + "/"); in ListFile()
448 string trashSubDir = TRASH_SUB_DIR + timeSlot; in ListFile()