Searched refs:Rmdirs (Results 1 – 1 of 1) sorted by relevance
220 bool Rmdirs(const string &path) in Rmdirs() function229 if ((ptr->d_type == DT_DIR && Rmdirs(path + "/" + ptr->d_name)) || in Rmdirs()298 if (asyncCallbackInfo->recursive && Rmdirs(path)) { in RmdirExec()