Home
last modified time | relevance | path

Searched refs:DirMove (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.cpp575 int DirMove(const string& srcPath, const string& dstPath) in DirMove() function
609 if (entp->d_type == DT_DIR && DirMove(srcBuf.c_str(), dstBuf.c_str()) != SUCCESS) { in DirMove()
656 int retval = DirMove(path, pathDst); in MoveExec()