Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dlist_file.cpp132 string stPath = (g_optionArgs.path + '/' + string(filename.d_name)); in FilterFilesizeOver() local
133 int32_t res = stat(stPath.c_str(), &info); in FilterFilesizeOver()
150 string stPath = g_optionArgs.path + '/' + string(filename.d_name); in FilterLastModifyTime() local
151 int32_t res = stat(stPath.c_str(), &info); in FilterLastModifyTime()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dlistfile.cpp188 string stPath = (g_optionArgs.path + '/' + string(filename.d_name)); in FilterFilesizeOver() local
189 int32_t res = stat(stPath.c_str(), &info); in FilterFilesizeOver()
206 string stPath = g_optionArgs.path + '/' + string(filename.d_name); in FilterLastModifyTime() local
207 int32_t res = stat(stPath.c_str(), &info); in FilterLastModifyTime()