Searched refs:entp (Results 1 – 1 of 1) sorted by relevance
602 struct dirent *entp; in DirMove() local603 while ((entp = readdir(dirp)) != nullptr) { in DirMove()604 if (string(entp->d_name) == "." || string(entp->d_name) == "..") { in DirMove()607 string srcBuf = src + "/" + string(entp->d_name); in DirMove()608 string dstBuf = dest + "/" + string(entp->d_name); in DirMove()609 if (entp->d_type == DT_DIR && DirMove(srcBuf.c_str(), dstBuf.c_str()) != SUCCESS) { in DirMove()614 if (entp->d_type == DT_REG) { in DirMove()