Home | History | Annotate | Download | only in keystore

Lines Matching full:otherdir

1668                 DIR* otherdir = opendir(otherUser->getUserDirName());
1669 if (otherdir == NULL) {
1673 if (renameat(dirfd(dir), file->d_name, dirfd(otherdir), file->d_name) < 0) {
1676 closedir(otherdir);