path++;
dirfd = openat(rootfd, path, O_DIRECTORY);
if (dirfd<0) {
return;
}
d = fdopendir(dirfd);
while ((e = readdir(d)) != NULL) {