Home
last modified time | relevance | path

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

/test/xts/acts/storage/storagefilejstest/entry/src/ohosTest/js/test/
H A DCommon.js84 var pwd = ''; variable
86 pwd += $chars.charAt(Math.floor(Math.random() * maxPos));
88 return pwd;
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dgrp1ndk.cpp59 struct passwd *pwd; in GetGroupList() local
61 pwd = getpwnam(user); in GetGroupList()
62 int ret = getgrouplist(user, pwd->pw_gid, nullptr, &ngroups); in GetGroupList()
H A Dpwdndk.cpp24 #include <pwd.h>
106 struct passwd pwd = {PARAM_0}; in GetpwnamR() local
110 getpwnam_r("root", &pwd, buf, TEST_BUFFER_SIZE, &p); in GetpwnamR()
177 .nm_modname = "pwd",
H A Dgrpndk.cpp59 struct passwd *pwd = getpwnam(serverUser); in GetGroupList() local
60 gid_t server_gid = pwd->pw_gid; in GetGroupList()
/test/xts/acts/storage/storagefileiojstest/entry/src/ohosTest/js/test/
H A DCommon.js96 var pwd = ''; variable
98 pwd += $chars.charAt(Math.floor(Math.random() * maxPos));
100 return pwd;
/test/xts/acts/storage/storagefileiov9jstest/entry/src/ohosTest/js/test/
H A DCommon.js80 var pwd = ''; variable
82 pwd += $chars.charAt(Math.floor(Math.random() * maxPos));
84 return pwd;
/test/testfwk/arkxtest/uitest/cj/
H A Duitest_ffi.cpp21 #include <pwd.h>
/test/xts/acts/kernel_lite/io_posix/src/
H A DIoTestOther.cpp20 #include <pwd.h>

Completed in 4 milliseconds