Searched refs:DirMove (Results 1 – 1 of 1) sorted by relevance
575 int DirMove(const string& srcPath, const string& dstPath) in DirMove() function609 if (entp->d_type == DT_DIR && DirMove(srcBuf.c_str(), dstBuf.c_str()) != SUCCESS) { in DirMove()656 int retval = DirMove(path, pathDst); in MoveExec()