HomeSort by relevance Sort by last modified time
    Searched refs:expanduser (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/chromium_org/remoting/tools/
gettoken.py 19 basepath = os.path.expanduser('~')
runclient.py 16 auth_filepath = os.path.join(os.path.expanduser('~'), '.chromotingAuthToken')
register_host.py 35 settings_filepath = os.path.join(os.path.expanduser('~'),
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
checksvnconfigfile.py 56 config_file_path = fs.join(fs.expanduser("~"), ".subversion", "config")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
user.py 33 home = os.path.expanduser("~/")
os2emxpath.py 11 from ntpath import (expanduser, expandvars, isabs, islink, splitdrive, namespace
17 "ismount","walk","expanduser","expandvars","normpath","abspath",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
user.py 33 home = os.path.expanduser("~/")
os2emxpath.py 11 from ntpath import (expanduser, expandvars, isabs, islink, splitdrive, namespace
17 "ismount","walk","expanduser","expandvars","normpath","abspath",
  /external/chromium_org/chrome/test/webdriver/test/
run_chromedriver_tests.py 54 driver_exe = os.path.expanduser(options.driver_exe)
57 chrome_exe = os.path.expanduser(options.chrome_exe)
run_webdriver_tests.py 245 if driver_exe is None or not os.path.exists(os.path.expanduser(driver_exe)):
247 if chrome_exe is None or not os.path.exists(os.path.expanduser(chrome_exe)):
249 driver_exe = os.path.expanduser(driver_exe)
250 chrome_exe = os.path.expanduser(chrome_exe)
255 os.path.expanduser(driver_exe), test_paths.WEBDRIVER_TEST_DATA,
258 {'chrome.binary': os.path.expanduser(chrome_exe)})
  /external/chromium_org/third_party/android_platform/development/scripts/
stack 130 symbol.SYMBOLS_DIR = os.path.expanduser(value)
132 zip_arg = os.path.expanduser(value)
  /external/chromium_org/chrome/tools/process_dumps/
process_dumps_linux.py 66 home = os.path.expanduser('~')
152 root = os.path.expanduser(root)
189 bin = os.path.join(os.path.expanduser(options.processor_dir),
221 symbol_dir = os.path.abspath(os.path.expanduser(symbol_dir))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posixpath.py 197 self.assertEqual(posixpath.expanduser("foo"), "foo")
203 self.assertIsInstance(posixpath.expanduser("~/"), basestring)
205 if posixpath.expanduser("~") != '/':
207 posixpath.expanduser("~") + "/",
208 posixpath.expanduser("~/")
210 self.assertIsInstance(posixpath.expanduser("~root/"), basestring)
211 self.assertIsInstance(posixpath.expanduser("~foo/"), basestring)
215 self.assertEqual(posixpath.expanduser("~"), "/")
216 self.assertEqual(posixpath.expanduser("~/foo"), "/foo")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posixpath.py 197 self.assertEqual(posixpath.expanduser("foo"), "foo")
203 self.assertIsInstance(posixpath.expanduser("~/"), basestring)
205 if posixpath.expanduser("~") != '/':
207 posixpath.expanduser("~") + "/",
208 posixpath.expanduser("~/")
210 self.assertIsInstance(posixpath.expanduser("~root/"), basestring)
211 self.assertIsInstance(posixpath.expanduser("~foo/"), basestring)
215 self.assertEqual(posixpath.expanduser("~"), "/")
216 self.assertEqual(posixpath.expanduser("~/foo"), "/foo")
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
crashlogs.py 42 log_directory = self._host.filesystem.expanduser("~")
filesystem.py 61 def expanduser(self, path): member in class:FileSystem
62 return os.path.expanduser(path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 86 self.old_expand = os.path.expanduser
87 os.path.expanduser = _expanduser
94 os.path.expanduser = self.old_expand
test_dist.py 220 old_expander = os.path.expanduser
221 os.path.expanduser = _expander
230 os.path.expanduser = old_expander
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 86 self.old_expand = os.path.expanduser
87 os.path.expanduser = _expanduser
94 os.path.expanduser = self.old_expand
  /external/chromium_org/tools/telemetry/telemetry/page/
page_measurement.py 79 output_file = os.path.expanduser(options.output_file)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
config.py 40 return os.path.join(os.path.expanduser('~'), '.pypirc')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
config.py 40 return os.path.join(os.path.expanduser('~'), '.pypirc')
  /external/chromium_org/tools/telemetry/telemetry/unittest/
system_stub.py 112 def expanduser(self, filename): member in class:OsModuleStub.OsPathModuleStub
113 return os.path.expanduser(filename)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/
dyld.py 21 os.path.expanduser("~/Library/Frameworks"),
28 os.path.expanduser("~/lib"),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/
dyld.py 21 os.path.expanduser("~/Library/Frameworks"),
28 os.path.expanduser("~/lib"),

Completed in 1076 milliseconds

1 2 3