/system/connectivity/shill/bin/ |
shill_login_user | 69 user_base=$(cryptohome-path user $user) 70 if [ -d "$user_base" ] ; then 71 flimflam_profile_dir="$user_base/flimflam" 73 old_profile_dir="$user_base/shill"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install.py | 74 self.old_user_base = site.USER_BASE 77 self.user_base = os.path.join(self.tmpdir, 'B') 79 site.USER_BASE = self.user_base 81 install_module.USER_BASE = self.user_base 90 site.USER_BASE = self.old_user_base 92 install_module.USER_BASE = self.old_user_base 113 self.assertFalse(os.path.exists(self.user_base)) 120 self.assertTrue(os.path.exists(self.user_base)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install.py | 74 self.old_user_base = site.USER_BASE 77 self.user_base = os.path.join(self.tmpdir, 'B') 79 site.USER_BASE = self.user_base 81 install_module.USER_BASE = self.user_base 90 site.USER_BASE = self.old_user_base 92 install_module.USER_BASE = self.old_user_base 113 self.assertFalse(os.path.exists(self.user_base)) 120 self.assertTrue(os.path.exists(self.user_base)) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_site.py | 43 self.old_base = site.USER_BASE 51 site.USER_BASE = self.old_base 193 'import sys, site; sys.exit(site.USER_BASE.startswith("/tmp"))'], 198 site.USER_BASE = None 199 user_base = site.getuserbase() 201 # the call sets site.USER_BASE 202 self.assertEqual(site.USER_BASE, user_base) 205 site.USER_BASE = None 216 site.USER_BASE = Non [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_site.py | 43 self.old_base = site.USER_BASE 51 site.USER_BASE = self.old_base 193 'import sys, site; sys.exit(site.USER_BASE.startswith("/tmp"))'], 198 site.USER_BASE = None 199 user_base = site.getuserbase() 201 # the call sets site.USER_BASE 202 self.assertEqual(site.USER_BASE, user_base) 205 site.USER_BASE = None 216 site.USER_BASE = Non [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_site.py | 43 self.old_base = site.USER_BASE 51 site.USER_BASE = self.old_base 193 'import sys, site; sys.exit(site.USER_BASE.startswith("/tmp"))'], 198 site.USER_BASE = None 199 user_base = site.getuserbase() 201 # the call sets site.USER_BASE 202 self.assertEqual(site.USER_BASE, user_base) 205 site.USER_BASE = None 216 site.USER_BASE = Non [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_site.py | 43 self.old_base = site.USER_BASE 51 site.USER_BASE = self.old_base 193 'import sys, site; sys.exit(site.USER_BASE.startswith("/tmp"))'], 198 site.USER_BASE = None 199 user_base = site.getuserbase() 201 # the call sets site.USER_BASE 202 self.assertEqual(site.USER_BASE, user_base) 205 site.USER_BASE = None 216 site.USER_BASE = Non [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
site.py | 76 USER_BASE = None 224 variable ``USER_BASE`` is not initialized yet, this function will also set 227 global USER_BASE 228 if USER_BASE is not None: 229 return USER_BASE 231 USER_BASE = get_config_var('userbase') 232 return USER_BASE 241 user_base = getuserbase() # this will also set USER_BASE 265 # this call will also make sure USER_BASE and USER_SITE are se [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
site.py | 76 USER_BASE = None 224 variable ``USER_BASE`` is not initialized yet, this function will also set 227 global USER_BASE 228 if USER_BASE is not None: 229 return USER_BASE 231 USER_BASE = get_config_var('userbase') 232 return USER_BASE 241 user_base = getuserbase() # this will also set USER_BASE 265 # this call will also make sure USER_BASE and USER_SITE are se [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
site.py | 76 USER_BASE = None 224 variable ``USER_BASE`` is not initialized yet, this function will also set 227 global USER_BASE 228 if USER_BASE is not None: 229 return USER_BASE 231 USER_BASE = get_config_var('userbase') 232 return USER_BASE 241 user_base = getuserbase() # this will also set USER_BASE 265 # this call will also make sure USER_BASE and USER_SITE are se [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
site.py | 76 USER_BASE = None 224 variable ``USER_BASE`` is not initialized yet, this function will also set 227 global USER_BASE 228 if USER_BASE is not None: 229 return USER_BASE 231 USER_BASE = get_config_var('userbase') 232 return USER_BASE 241 user_base = getuserbase() # this will also set USER_BASE 265 # this call will also make sure USER_BASE and USER_SITE are se [all...] |