Searched refs:TRASH_SUB_DIR (Results 1 – 2 of 2) sorted by relevance
30 const std::string TRASH_SUB_DIR = "oh_trash_content"; variable
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()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()