Searched refs:user_path (Results 1 – 14 of 14) sorted by relevance
/external/autotest/client/site_tests/platform_CryptohomeBadPerms/ |
D | platform_CryptohomeBadPerms.py | 40 path = cryptohome.user_path(user) 54 path = cryptohome.user_path(user) 61 path = cryptohome.user_path(user) 71 path = cryptohome.user_path(user)
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_win.cc | 255 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/libxkbcommon/xkbcommon/src/ |
D | context.c | 79 char *user_path; in xkb_context_include_path_append_default() local 88 err = asprintf(&user_path, "%s/.xkb", home); in xkb_context_include_path_append_default() 91 ret |= xkb_context_include_path_append(ctx, user_path); in xkb_context_include_path_append_default() 92 free(user_path); in xkb_context_include_path_append_default()
|
/external/python/cpython3/PC/ |
D | getpathp.c | 126 wchar_t *user_path; /* from HKEY_CURRENT_USER */ member 778 calculate->user_path = getpythonregpath(HKEY_CURRENT_USER, skiphome); in calculate_module_search_path() 785 calculate->user_path != NULL); in calculate_module_search_path() 814 if (calculate->user_path) { in calculate_module_search_path() 815 bufsz += wcslen(calculate->user_path) + 1; in calculate_module_search_path() 857 if (calculate->user_path) { in calculate_module_search_path() 858 if (wcscpy_s(buf, bufsz - (buf - start_buf), calculate->user_path)) { in calculate_module_search_path() 1012 PyMem_RawFree(calculate->user_path); in calculate_free()
|
/external/autotest/client/site_tests/platform_CryptohomeNonDirs/ |
D | platform_CryptohomeNonDirs.py | 37 path = cryptohome.user_path(user) 55 path = cryptohome.user_path(user)
|
/external/autotest/client/cros/ |
D | cryptohome.py | 37 def user_path(user): function 409 return [__get_mount_info(mount_point=user_path(user), 750 return (utils.is_mountpoint(user_path(user)) 756 utils.require_mountpoint(user_path(user))
|
D | ownership.py | 238 return os.path.join(cryptohome.user_path(user), '.pki', 'nssdb')
|
/external/autotest/client/site_tests/login_Cryptohome/ |
D | login_Cryptohome.py | 37 test_file = os.path.join(cryptohome.user_path(TEST_USER), 'hello')
|
/external/autotest/client/site_tests/platform_CryptohomeTPMReOwn/ |
D | platform_CryptohomeTPMReOwn.py | 38 return "%s/TESTFILE" % cryptohome.user_path(user)
|
/external/python/cpython2/Lib/test/ |
D | test_sysconfig.py | 284 user_path = get_path(name, 'posix_user') 285 self.assertEqual(user_path, global_path.replace(base, user, 1))
|
/external/autotest/client/site_tests/platform_CryptohomeFio/ |
D | platform_CryptohomeFio.py | 56 tmpdir = cryptohome.user_path(TEST_USER)
|
/external/python/cpython3/Lib/test/ |
D | test_sysconfig.py | 288 user_path = get_path(name, 'posix_user') 289 self.assertEqual(user_path, global_path.replace(base, user, 1))
|
/external/openssh/ |
D | configure.ac | 4608 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}`
|
D | configure | 18422 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}`
|