Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/native/recent/
H A Drecent_n_exporter.cpp68 static napi_value SetFileTime(napi_env env, const string &recentFilePath) in SetFileTime()
104 …string recentFilePath = RecentNExporter::recentPath_ + to_string(statBuf.st_dev) + "_" + to_string… in AddRecentFile() local
152 …string recentFilePath = RecentNExporter::recentPath_ + to_string(statBuf.st_dev) + "_" + to_string… in RemoveRecentFile() local
202 static tuple<int, struct stat> CheckRealFileExist(const string &recentFilePath) in CheckRealFileExist()
256 … string recentFilePath = RecentNExporter::recentPath_ + string((*(pNameList->namelist[i])).d_name); in GetListFileResult() local