Home
last modified time | relevance | path

Searched defs:recentFilePath (Results 1 – 1 of 1) sorted by relevance

/foundation/filemanagement/user_file_service/interfaces/kits/native/recent/
Drecent_n_exporter.cpp43 static napi_value SetFileTime(napi_env env, const string &recentFilePath) in SetFileTime()
79 … string recentFilePath = RECENT_PATH + to_string(statBuf.st_dev) + "_" + to_string(statBuf.st_ino); in AddRecentFile() local
127 … string recentFilePath = RECENT_PATH + to_string(statBuf.st_dev) + "_" + to_string(statBuf.st_ino); in RemoveRecentFile() local
177 static tuple<int, struct stat> CheckRealFileExist(const string &recentFilePath) in CheckRealFileExist()
229 string recentFilePath = RECENT_PATH + string((*(pNameList->namelist[i])).d_name); in GetListFileResult() local