Searched refs:otherdir (Results 1 - 1 of 1) sorted by relevance

/system/security/keystore/
H A Dkeystore.cpp1668 DIR* otherdir = opendir(otherUser->getUserDirName()); local
1669 if (otherdir == NULL) {
1673 if (renameat(dirfd(dir), file->d_name, dirfd(otherdir), file->d_name) < 0) {
1676 closedir(otherdir);

Completed in 31 milliseconds