HomeSort by relevance Sort by last modified time
    Searched refs:user_path (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/tools/cr/
main.py 29 user_path = os.path.expanduser(os.path.join('~', '.config', 'cr'))
30 cr.auto.user.__path__.append(user_path)
  /external/skia/tools/skpdiff/
skpdiff_server.py 54 def get_skpdiff_path(user_path=None):
57 @param user_path If none, searches in Release and Debug out directories of
65 if user_path:
66 possible_paths.append(user_path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py 276 user_path = get_path(name, 'posix_user')
277 self.assertEqual(user_path, global_path.replace(base, user, 1))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py 276 user_path = get_path(name, 'posix_user')
277 self.assertEqual(user_path, global_path.replace(base, user, 1))
  /external/openssh/
configure 610 user_path
    [all...]

Completed in 74 milliseconds