Home
last modified time | relevance | path

Searched refs:passwd_storage (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dgrp_pwd_test.cpp150 struct passwd passwd_storage; in expect_no_passwd_id() local
152 EXPECT_EQ(ENOENT, getpwuid_r(uid, &passwd_storage, buf, sizeof(buf), &passwd)); in expect_no_passwd_id()
164 struct passwd passwd_storage; in expect_no_passwd_name() local
166 EXPECT_EQ(ENOENT, getpwnam_r(username, &passwd_storage, buf, sizeof(buf), &passwd)); in expect_no_passwd_name()