HomeSort by relevance Sort by last modified time
    Searched full:expanduser (Results 176 - 200 of 273) sorted by null

1 2 3 4 5 6 78 91011

  /external/skia/infra/bots/recipe_modules/flavor/examples/full.expected/
Perf-ChromeOS-Clang-Chromebook_513C24_K01-GPU-MaliT860-arm-Release.json 58 "\nimport os\nSSH_MACHINE_FILE = os.path.expanduser('~/ssh_machine.json')\nwith open(SSH_MACHINE_FILE, 'r') as f:\n print f.read()\n"
72 "@@@STEP_LOG_LINE@python.inline@SSH_MACHINE_FILE = os.path.expanduser('~/ssh_machine.json')@@@",
  /external/skia/infra/bots/recipes/perf.expected/
Perf-ChromeOS-Clang-Chromebook_C100p-GPU-MaliT764-arm-Release.json 6 "\nimport os\nSSH_MACHINE_FILE = os.path.expanduser('~/ssh_machine.json')\nwith open(SSH_MACHINE_FILE, 'r') as f:\n print f.read()\n"
20 "@@@STEP_LOG_LINE@python.inline@SSH_MACHINE_FILE = os.path.expanduser('~/ssh_machine.json')@@@",
  /external/toolchain-utils/crosperf/
results_cache.py 25 SCRATCH_DIR = os.path.expanduser('~/cros_scratch')
654 cache_home = os.path.abspath(os.path.expanduser(self.label.cache_dir))
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
install.py 519 val = os.path.expanduser(val)
588 home = convert_path(os.path.expanduser("~"))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ntpath.py 19 "ismount","walk","expanduser","expandvars","normpath","abspath",
275 def expanduser(path): function
sysconfig.py 165 value = os.path.expanduser(value)
178 return os.path.expanduser(os.path.join(*args))
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
install.py 519 val = os.path.expanduser(val)
588 home = convert_path(os.path.expanduser("~"))
  /prebuilts/gdb/linux-x86/lib/python2.7/
ntpath.py 19 "ismount","walk","expanduser","expandvars","normpath","abspath",
275 def expanduser(path): function
sysconfig.py 165 value = os.path.expanduser(value)
178 return os.path.expanduser(os.path.join(*args))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install.py 519 val = os.path.expanduser(val)
588 home = convert_path(os.path.expanduser("~"))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ntpath.py 19 "ismount","walk","expanduser","expandvars","normpath","abspath",
275 def expanduser(path): function
sysconfig.py 165 value = os.path.expanduser(value)
178 return os.path.expanduser(os.path.join(*args))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install.py 519 val = os.path.expanduser(val)
588 home = convert_path(os.path.expanduser("~"))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ntpath.py 19 "ismount","walk","expanduser","expandvars","normpath","abspath",
275 def expanduser(path): function
sysconfig.py 165 value = os.path.expanduser(value)
178 return os.path.expanduser(os.path.join(*args))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
newslist.py 42 topdir = os.path.expanduser('~/newspage')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_site.py 250 self.assertEqual(dirs[2], os.path.expanduser(wanted))
  /external/autotest/server/cros/
telemetry_runner.py 176 CHROME_EXTERNAL_SRC = os.path.expanduser('~/chrome_root/')
  /external/autotest/site_utils/
deploy_server_local.py 459 with ChangeDir(os.path.expanduser('~chromeos-test/chromiumos')):
  /external/autotest/site_utils/lxc/
config.py 155 source = os.path.expanduser(inject_user_path)
  /external/python/cpython2/Lib/plat-riscos/
riscospath.py 278 def expanduser(p): function
  /external/toolchain-utils/binary_search_tool/
binary_search_perforce.py 415 script = os.path.expanduser(options.script)
bisect.py 232 default_dir = os.path.expanduser('~/ANDROID_BISECT')
  /external/toolchain-utils/cros_utils/
buildbot_utils.py 112 sa_file = os.path.expanduser(
  /external/toolchain-utils/
test_toolchains.py 279 os.path.exists(os.path.expanduser(MAIL_PROGRAM))):

Completed in 1292 milliseconds

1 2 3 4 5 6 78 91011