Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.cpp220 bool Rmdirs(const string &path) in Rmdirs() function
229 if ((ptr->d_type == DT_DIR && Rmdirs(path + "/" + ptr->d_name)) || in Rmdirs()
298 if (asyncCallbackInfo->recursive && Rmdirs(path)) { in RmdirExec()