Home
last modified time | relevance | path

Searched defs:pwd (Results 1 – 25 of 100) sorted by relevance

1234

/external/autotest/client/tests/cgroup/
Dcgroup_common.py63 def rm_cgroup(self, pwd, supress=False): argument
95 def is_cgroup(self, pid, pwd): argument
117 def set_cgroup(self, pid, pwd): argument
145 def get_prop(self, prop, pwd=None, supress=False): argument
162 def get_property(self, prop, pwd=None, supress=False): argument
181 def set_prop(self, prop, value, pwd=None, check=True): argument
207 def set_property(self, prop, value, pwd=None, check=True): argument
/external/toybox/toys/pending/
Dsulogin.c39 static int validate_password(char *pwd) in validate_password()
79 struct passwd *pwd = NULL; in sulogin_main() local
/external/conscrypt/common/src/main/java/org/conscrypt/
DDefaultSSLContextImpl.java74 char[] pwd = (keystorepwd == null) ? null : keystorepwd.toCharArray(); in getKeyManagers() local
106 char[] pwd = (keystorepwd == null) ? null : keystorepwd.toCharArray(); in getTrustManagers() local
/external/autotest/client/deps/webgl_mpd/
Dwebgl_mpd.py16 pwd = os.getcwd() variable
/external/autotest/client/deps/graphics/
Dgraphics.py16 pwd = os.getcwd() variable
/external/autotest/client/deps/iwcap/
Diwcap.py14 pwd = os.getcwd() variable
/external/autotest/client/deps/gtest/
Dgtest.py18 pwd = os.getcwd() variable
/external/autotest/client/deps/webgl_perf/
Dwebgl_perf.py32 pwd = os.getcwd() variable
/external/autotest/client/deps/touchpad-tests/
Dtouchpad-tests.py24 pwd = os.getcwd() variable
/external/autotest/client/deps/fakegudev/
Dfakegudev.py19 pwd = os.getcwd() variable
/external/autotest/client/deps/systemtap/
Dsystemtap.py21 pwd = os.getcwd() variable
/external/autotest/client/deps/fakemodem/
Dfakemodem.py19 pwd = os.getcwd() variable
/external/autotest/client/deps/webgl_clear/
Dwebgl_clear.py33 pwd = os.getcwd() variable
/external/autotest/client/deps/nvmap_compactor/
Dnvmap_compactor.py19 pwd = os.getcwd() variable
/external/autotest/client/deps/ibusclient/
Dibusclient.py18 pwd = os.getcwd() variable
/external/autotest/client/deps/glmark2/
Dglmark2.py35 pwd = os.getcwd() variable
/external/autotest/client/deps/lansim/
Dlansim.py21 pwd = os.getcwd() variable
/external/autotest/client/deps/glbench/
Dglbench.py18 pwd = os.getcwd() variable
/external/autotest/client/deps/libnet/
Dlibnet.py21 pwd = os.getcwd() variable
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dgetpwnam_r_invalid_user.cc13 struct passwd pwd; in main() local
/external/autotest/client/deps/dejagnu/
Ddejagnu.py18 pwd = os.getcwd() variable
/external/autotest/client/deps/mysql/
Dmysql.py34 pwd = os.getcwd() variable
/external/autotest/client/deps/pgpool/
Dpgpool.py25 pwd = os.getcwd() variable
/external/autotest/client/deps/pgsql/
Dpgsql.py20 pwd = os.getcwd() variable
/external/iptables/extensions/
Dlibxt_owner.c140 struct passwd *pwd; in owner_mt_parse_v0() local
187 struct passwd *pwd; in owner_mt6_parse_v0() local
245 struct passwd *pwd; in owner_mt_parse() local
302 struct passwd *pwd = getpwuid(info->uid); in owner_mt_print_item_v0() local
351 struct passwd *pwd = getpwuid(info->uid); in owner_mt6_print_item_v0() local
400 const struct passwd *pwd = getpwuid(info->uid_min); in owner_mt_print_item() local

1234