Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_CryptohomeBadPerms/
Dplatform_CryptohomeBadPerms.py24 path = cryptohome.user_path(user)
45 path = cryptohome.user_path(user)
56 path = cryptohome.user_path(user)
66 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.py31 def user_path(user): function
270 return [__get_mount_info(mount_point=user_path(user),
464 return (utils.is_mountpoint(user_path(user))
470 utils.require_mountpoint(user_path(user))
Downership.py253 return os.path.join(cryptohome.user_path(user), '.pki', 'nssdb')
/external/autotest/client/site_tests/login_Cryptohome/
Dlogin_Cryptohome.py38 test_file = os.path.join(cryptohome.user_path(TEST_USER), 'hello')
/external/autotest/client/site_tests/platform_CryptohomeFio/
Dplatform_CryptohomeFio.py51 tmpdir = cryptohome.user_path(TEST_USER)
/external/autotest/client/site_tests/security_ProfilePermissions/
Dsecurity_ProfilePermissions.py61 user_mountpt = cryptohome.user_path(username)
/external/autotest/client/virt/
Dvirt_utils.py1085 def get_path(base_path, user_path): argument
1094 if os.path.isabs(user_path):
1095 return user_path
1097 return os.path.join(base_path, user_path)