Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_CryptohomeBadPerms/
Dplatform_CryptohomeBadPerms.py31 path = cryptohome.user_path(user)
52 path = cryptohome.user_path(user)
63 path = cryptohome.user_path(user)
73 path = cryptohome.user_path(user)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_win.cc255 const char *user_path = common_flags()->external_symbolizer_path; in ChooseSymbolizerTools() local
257 user_path ? user_path : FindPathToBinary("llvm-symbolizer.exe"); in ChooseSymbolizerTools()
260 user_path ? "user-specified " : "", path); in ChooseSymbolizerTools()
263 if (user_path && user_path[0] == '\0') { in ChooseSymbolizerTools()
/external/autotest/client/site_tests/platform_CryptohomeNonDirs/
Dplatform_CryptohomeNonDirs.py35 path = cryptohome.user_path(user)
53 path = cryptohome.user_path(user)
/external/autotest/client/cros/
Dcryptohome.py34 def user_path(user): function
360 return [__get_mount_info(mount_point=user_path(user),
652 return (utils.is_mountpoint(user_path(user))
658 utils.require_mountpoint(user_path(user))
Downership.py238 return os.path.join(cryptohome.user_path(user), '.pki', 'nssdb')
/external/autotest/client/site_tests/login_Cryptohome/
Dlogin_Cryptohome.py37 test_file = os.path.join(cryptohome.user_path(TEST_USER), 'hello')
/external/autotest/client/site_tests/security_ProfilePermissions/
Dsecurity_ProfilePermissions.py61 user_mountpt = cryptohome.user_path(username)
/external/autotest/client/site_tests/platform_CryptohomeFio/
Dplatform_CryptohomeFio.py56 tmpdir = cryptohome.user_path(TEST_USER)
/external/python/cpython2/Lib/test/
Dtest_sysconfig.py284 user_path = get_path(name, 'posix_user')
285 self.assertEqual(user_path, global_path.replace(base, user, 1))
/external/openssh/
Dconfigure.ac4608 user_path="$withval"
4651 [ user_path=`cat conftest.stdpath` ],
4652 [ user_path="/usr/bin:/bin:/usr/sbin:/sbin" ],
4653 [ user_path="/usr/bin:/bin:/usr/sbin:/sbin" ]
4666 echo $user_path | grep ":$t_bindir" > /dev/null 2>&1
4668 echo $user_path | grep "^$t_bindir" > /dev/null 2>&1
4670 user_path=$user_path:$t_bindir
4677 AC_DEFINE_UNQUOTED([USER_PATH], ["$user_path"], [Specify default $PATH])
4678 AC_SUBST([user_path]) subst
5064 I=`eval echo ${user_path}` ; I=`eval echo ${I}`
Dconfigure18422 user_path="$withval"
18440 user_path="/usr/bin:/bin:/usr/sbin:/sbin"
18484 user_path=`cat conftest.stdpath`
18486 user_path="/usr/bin:/bin:/usr/sbin:/sbin"
18503 echo $user_path | grep ":$t_bindir" > /dev/null 2>&1
18505 echo $user_path | grep "^$t_bindir" > /dev/null 2>&1
18507 user_path=$user_path:$t_bindir
20359 I=`eval echo ${user_path}` ; I=`eval echo ${I}`