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

1 2 34 5 6 7 8 91011

  /prebuilts/clang/host/linux-x86/clang-3977809/bin/
clang++ 16 DEFAULT_BISECT_DIR = os.path.expanduser('~/ANDROID_BISECT')
  /prebuilts/clang/host/linux-x86/clang-4053586/bin/
clang 16 DEFAULT_BISECT_DIR = os.path.expanduser('~/ANDROID_BISECT')
clang++ 16 DEFAULT_BISECT_DIR = os.path.expanduser('~/ANDROID_BISECT')
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
config.py 40 return os.path.join(os.path.expanduser('~'), '.pypirc')
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
config.py 40 return os.path.join(os.path.expanduser('~'), '.pypirc')
  /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/python/cpython2/Lib/
macpath.py 13 "walk","expanduser","expandvars","normpath","abspath",
125 def expanduser(path): function
  /external/toolchain-utils/
weekly_report.py 203 os.path.expanduser('~/nightly_test_reports'), '%s.%s' % (
242 os.path.exists(os.path.expanduser(MAIL_PROGRAM))):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
macpath.py 12 "walk","expanduser","expandvars","normpath","abspath",
124 def expanduser(path): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
macpath.py 12 "walk","expanduser","expandvars","normpath","abspath",
124 def expanduser(path): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
macpath.py 12 "walk","expanduser","expandvars","normpath","abspath",
124 def expanduser(path): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
macpath.py 12 "walk","expanduser","expandvars","normpath","abspath",
124 def expanduser(path): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_dist.py 226 old_expander = os.path.expanduser
227 os.path.expanduser = _expander
236 os.path.expanduser = old_expander
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
CommandLine.py 132 expandvars=os.path.expandvars,expanduser=os.path.expanduser,
146 path = expanduser(path)
  /external/python/cpython2/Lib/distutils/tests/
test_dist.py 222 old_expander = os.path.expanduser
223 os.path.expanduser = _expander
232 os.path.expanduser = old_expander
  /external/python/cpython2/Tools/pybench/
CommandLine.py 132 expandvars=os.path.expandvars,expanduser=os.path.expanduser,
146 path = expanduser(path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
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_dist.py 220 old_expander = os.path.expanduser
221 os.path.expanduser = _expander
230 os.path.expanduser = old_expander
  /external/toolchain-utils/deprecated/
build_benchmarks.py 212 options.chromeos_root = os.path.expanduser(options.chromeos_root)
213 options.workdir = os.path.expanduser(options.workdir)
  /device/linaro/bootloader/edk2/BaseTools/gcc/
mingw-gcc-build.py 136 self.src_dir = os.path.realpath(os.path.expanduser(self.options.src_dir))
137 self.build_dir = os.path.realpath(os.path.expanduser(self.options.build_dir))
138 self.prefix = os.path.realpath(os.path.expanduser(self.options.prefix))
139 self.symlinks = os.path.realpath(os.path.expanduser(self.options.symlinks))
  /external/autotest/tko/
parse.py 108 if os.path.exists(os.path.expanduser('~chromeos-test/%s' %
110 path = os.path.expanduser('~chromeos-test/%s' % export_script)
112 elif os.path.exists(os.path.expanduser('~/%s' % export_script)):
113 path = os.path.expanduser('~/%s' % export_script)
  /external/chromium-trace/catapult/systrace/profile_chrome/
main.py 148 options.output_file = os.path.expanduser(options.output_file)
  /external/clang/tools/scan-build/bin/
set-xcode-analyzer 84 path = os.path.expanduser(options.path)
  /external/devlib/devlib/module/
android.py 110 path = os.path.abspath(os.path.expanduser(original_path))

Completed in 211 milliseconds

1 2 34 5 6 7 8 91011