HomeSort by relevance Sort by last modified time
    Searched refs:passwd_file (Results 1 - 2 of 2) sorted by null

  /bionic/tests/
grp_pwd_file_test.cpp 97 PasswdFile passwd_file(file.path, nullptr);
98 FileUnmapper unmapper(passwd_file);
100 FindAndCheckPasswdEntry(&passwd_file, "name", 1, 2, "dir", "shell");
102 EXPECT_FALSE(passwd_file.FindByName("not_name", nullptr));
103 EXPECT_FALSE(passwd_file.FindById(3, nullptr));
153 PasswdFile passwd_file(file.path, nullptr);
154 FileUnmapper unmapper(passwd_file);
156 FindAndCheckPasswdEntry(&passwd_file, "first", 1, 2, "dir", "shell");
157 FindAndCheckPasswdEntry(&passwd_file, "middle-ish", 13, 4, "/", "/system/bin/sh");
158 FindAndCheckPasswdEntry(&passwd_file, "last", 29, 4, "last_user_dir", "last_user_shell")
    [all...]
  /external/python/cpython2/Lib/plat-os2emx/
pwd.py 56 passwd_file - the path of the password database file
71 passwd_file = None variable
76 passwd_file = __i variable
160 if passwd_file:
161 passwd = open(passwd_file, 'r')

Completed in 103 milliseconds