HomeSort by relevance Sort by last modified time
    Searched refs:pwd (Results 76 - 100 of 487) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
32-1.c 25 #include <pwd.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
12-1.c 24 #include <pwd.h>
3-1.c 27 #include <pwd.h>
  /system/core/init/
ueventd_parser.cpp 20 #include <pwd.h>
54 passwd* pwd = getpwnam(uid_string.c_str()); local
55 if (!pwd) {
58 uid_t uid = pwd->pw_uid;
  /external/curl/tests/
testcurl.pl 69 use vars qw($version $fixed $infixed $CURLDIR $git $pwd $build $buildlog
234 chdir $pwd; # cd back to the original root dir
236 if ($pwd && $build) {
239 rmtree "$pwd/$build";
252 my $configfile = "$pwd/$build/lib/curl_config.h";
369 # Make $pwd to become the path without newline. We'll use that in order to cut
371 $pwd = getcwd();
397 $buildlog="$pwd/$buildlogname";
562 chdir "$pwd/$build";
670 s/$pwd//g
    [all...]
  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
LockscreenHelper.java 111 * @param pwd text of Password or Pin for lockscreen
115 public void setScreenLock(String pwd, String mode, boolean mIsNexusDevice)
121 enterScreenLockOnce(pwd, mode, mIsNexusDevice);
126 pinField.setText(pwd);
135 * @param pwd text of Password or Pin for lockscreen
139 public void enterScreenLockOnce(String pwd, String mode, boolean mIsNexusDevice) {
147 pinField.setText(pwd);
191 public void removeScreenLock(String pwd)
196 pinField.setText(pwd);
214 public void unlockScreen(String pwd)
    [all...]
  /cts/hostsidetests/jvmti/base/host/src/android/jvmti/cts/
JvmtiHostTest.java 126 String pwd = mDevice.executeShellCommand("run-as " + mPkg + " pwd"); local
127 if (pwd == null) {
128 throw new RuntimeException("pwd failed");
130 pwd = pwd.trim();
131 if (pwd.isEmpty()) {
132 throw new RuntimeException("pwd failed");
135 String agentInDataData = installLibToDataData(pwd, "libctsjvmtiagent.so");
  /external/nos/host/android/hals/authsecret/test/
test.cpp 56 MATCHER_P2(OldPasswordEq, pwd, checksum, "") {
59 return memcmp(msg->old_password.password, pwd, NUGGET_UPDATE_PASSWORD_LEN) == 0
63 MATCHER_P2(NewPasswordEq, pwd, checksum, "") {
66 return memcmp(msg->new_password.password, pwd, NUGGET_UPDATE_PASSWORD_LEN) == 0
119 MATCHER_P2(UpdatePasswordEq, pwd, checksum, "") {
122 return memcmp(msg->password.password, pwd, NUGGET_UPDATE_PASSWORD_LEN) == 0
  /external/selinux/policycoreutils/setsebool/
setsebool.c 10 #include <pwd.h>
228 struct passwd *pwd; local
279 pwd = getpwuid(getuid());
286 if (pwd && pwd->pw_name)
289 name, value_ptr, pwd->pw_name);
  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 47 #include <pwd.h>
229 outlet = &xst->authdata.generic.pwd;
254 (xst->authdata.generic.pwd != NULL)) {
258 char *pwd = xst->authdata.generic.pwd; local
263 "Got username \"%s\", password \"%s\"\n", usr, pwd);
277 res = privsep_xauth_login_system(usr, pwd);
281 res = xauth_login_radius(iph1, usr, pwd);
287 iph1->remote, usr, pwd);
292 res = xauth_login_ldap(iph1, usr, pwd);
1385 vchar_t *pwd = NULL; local
    [all...]
isakmp_xauth.h 67 char *pwd; member in struct:xauth_state::__anon22248::authgeneric
  /external/libcap/progs/
capsh.c 18 #include <pwd.h>
412 struct passwd *pwd; local
418 pwd = getpwnam(user);
419 if (pwd == NULL) {
424 status = getgrouplist(user, pwd->pw_gid, groups, &ngroups);
434 status = setgid(pwd->pw_gid);
437 pwd->pw_gid, user, strerror(errno));
440 status = setuid(pwd->pw_uid);
443 pwd->pw_uid, user, strerror(errno));
  /prebuilts/go/darwin-x86/src/cmd/go/
vendor_test.go 22 tg.setenv("GOPATH", filepath.Join(tg.pwd(), "testdata"))
52 tg.setenv("GOPATH", filepath.Join(tg.pwd(), "testdata"))
59 tg.setenv("GOPATH", filepath.Join(tg.pwd(), "testdata"))
60 tg.cd(filepath.Join(tg.pwd(), "testdata/src/vend/hello"))
72 gopath := changeVolume(filepath.Join(tg.pwd(), "testdata"), strings.ToLower)
74 cd := changeVolume(filepath.Join(tg.pwd(), "testdata/src/vend/hello"), strings.ToUpper)
83 tg.setenv("GOPATH", filepath.Join(tg.pwd(), "testdata"))
84 tg.cd(filepath.Join(tg.pwd(), "testdata/src/vend/hello"))
93 tg.setenv("GOPATH", filepath.Join(tg.pwd(), "testdata"))
102 tg.setenv("GOPATH", filepath.Join(tg.pwd(), "testdata")
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
vendor_test.go 22 tg.setenv("GOPATH", filepath.Join(tg.pwd(), "testdata"))
52 tg.setenv("GOPATH", filepath.Join(tg.pwd(), "testdata"))
59 tg.setenv("GOPATH", filepath.Join(tg.pwd(), "testdata"))
60 tg.cd(filepath.Join(tg.pwd(), "testdata/src/vend/hello"))
72 gopath := changeVolume(filepath.Join(tg.pwd(), "testdata"), strings.ToLower)
74 cd := changeVolume(filepath.Join(tg.pwd(), "testdata/src/vend/hello"), strings.ToUpper)
83 tg.setenv("GOPATH", filepath.Join(tg.pwd(), "testdata"))
84 tg.cd(filepath.Join(tg.pwd(), "testdata/src/vend/hello"))
93 tg.setenv("GOPATH", filepath.Join(tg.pwd(), "testdata"))
102 tg.setenv("GOPATH", filepath.Join(tg.pwd(), "testdata")
    [all...]
  /bionic/tests/
ftw_test.cpp 19 #include <pwd.h>
142 passwd* pwd = getpwnam("shell"); local
143 ASSERT_EQ(0, setuid(pwd->pw_uid));
  /cts/common/device-side/util/jni/
android_cts_FileUtils.cpp 19 #include <pwd.h>
83 struct passwd *pwd = getpwuid(uid); local
84 return env->NewStringUTF(pwd->pw_name);
  /external/syslinux/com32/cmenu/libmenu/
passwords.c 26 char authenticate_user(const char *username, const char *pwd)
37 if (strcmp(userdb[i]->pwdhash, crypt(pwd, salt)) == 0)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/callback/
PasswordCallbackTest.java 121 char[] pwd = { 'a', 'b', 'c' }; local
123 p.setPassword(pwd);
  /bionic/libc/bionic/
grp_pwd_file.h 32 #include <pwd.h>
  /external/curl/src/
tool_homedir.c 25 # include <pwd.h>
87 #endif /* PWD-stuff */
  /external/ltp/testcases/kernel/mem/hugetlb/hugeshmat/
hugeshmat02.c 37 #include <pwd.h>
  /external/ltp/testcases/kernel/mem/hugetlb/lib/
hugetlb.c 39 #include <pwd.h>
  /external/ltp/testcases/kernel/security/dirtyc0w/
dirtyc0w.c 46 #include <pwd.h>
dirtyc0w_child.c 27 #include <pwd.h>
  /external/ltp/testcases/kernel/syscalls/access/
access03.c 32 #include <pwd.h>

Completed in 1129 milliseconds

1 2 34 5 6 7 8 91011>>