Searched refs:dfd (Results 1 – 1 of 1) sorted by relevance
379 int dfd = openat(atfd, path, 0, O_RDONLY | O_DIRECTORY); in zxc_rm_recursive() local380 if (dfd < 0) { in zxc_rm_recursive()383 DIR* dir = fdopendir(dfd); in zxc_rm_recursive()385 close(dfd); in zxc_rm_recursive()393 if (zxc_rm_recursive(dfd, de->d_name, force) < 0) { in zxc_rm_recursive()
Completed in 3 milliseconds