Searched refs:expanduser (Results 1 - 25 of 131) sorted by relevance

123456

/external/toolchain-utils/crosperf/
H A Dtranslate_xbuddy.py9 dev_path = os.path.expanduser('~/trunk/src/platform/dev')
23 config_path = os.path.expanduser('~/trunk/src/platform/dev/'
H A Dlabel.py36 chromeos_root = os.path.expanduser(chromeos_root)
38 chromeos_image = os.path.expanduser(chromeos_image)
/external/python/cpython2/Lib/
H A Duser.py33 home = os.path.expanduser("~/")
/external/python/cpython2/Mac/IDLE/
H A Didlemain.py8 os.chdir(os.path.expanduser('~/Documents'))
/external/python/cpython3/Mac/IDLE/IDLE.app/Contents/Resources/
H A Didlemain.py8 os.chdir(os.path.expanduser('~/Documents'))
/external/python/cpython2/Demo/tkinter/ttk/
H A Dplastik_theme.py38 imgdir = os.path.expanduser(imgdir)
/external/skia/tools/rebaseline/
H A Dtoggle_legacy_flag.py101 G3_SCRIPT_DIR = os.path.expanduser("~/skia-g3/scripts")
144 args.chromium_dir = os.path.expanduser(args.chromium_dir)
151 args.android_dir = os.path.expanduser(args.android_dir)
/external/skqp/tools/rebaseline/
H A Dtoggle_legacy_flag.py101 G3_SCRIPT_DIR = os.path.expanduser("~/skia-g3/scripts")
144 args.chromium_dir = os.path.expanduser(args.chromium_dir)
151 args.android_dir = os.path.expanduser(args.android_dir)
/external/python/cpython3/Lib/test/
H A Dtest_posixpath.py237 self.assertEqual(posixpath.expanduser("foo"), "foo")
238 self.assertEqual(posixpath.expanduser(b"foo"), b"foo")
243 self.assertEqual(posixpath.expanduser("~"), "/")
244 self.assertEqual(posixpath.expanduser("~/"), "/")
245 self.assertEqual(posixpath.expanduser("~/foo"), "/foo")
251 self.assertIsInstance(posixpath.expanduser("~/"), str)
252 self.assertIsInstance(posixpath.expanduser(b"~/"), bytes)
254 if posixpath.expanduser("~") != '/':
256 posixpath.expanduser("~") + "/",
257 posixpath.expanduser("~/")
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_posixpath.py264 self.assertEqual(posixpath.expanduser("foo"), "foo")
268 self.assertEqual(posixpath.expanduser("~"), "/")
269 self.assertEqual(posixpath.expanduser("~/"), "/")
270 self.assertEqual(posixpath.expanduser("~/foo"), "/foo")
276 self.assertIsInstance(posixpath.expanduser("~/"), basestring)
278 if posixpath.expanduser("~") != '/':
280 posixpath.expanduser("~") + "/",
281 posixpath.expanduser("~/")
283 self.assertIsInstance(posixpath.expanduser("~root/"), basestring)
284 self.assertIsInstance(posixpath.expanduser("~fo
[all...]
/external/skia/infra/bots/recipes/
H A Dupdate_meta_config.py44 api.path.expanduser('~'), UPDATE_META_CONFIG_GITCOOKIES_FILE)
/external/skqp/infra/bots/recipes/
H A Dupdate_meta_config.py44 api.path.expanduser('~'), UPDATE_META_CONFIG_GITCOOKIES_FILE)
/external/toolchain-utils/binary_search_tool/
H A Dcompiler_wrapper.py28 DEFAULT_BISECT_DIR = os.path.expanduser('~/ANDROID_BISECT')
/external/toolchain-utils/
H A Dcros_login.py69 chromeos_root = os.path.expanduser(chromeos_root)
H A Dremote_test.py43 options.chromeos_root = os.path.expanduser(options.chromeos_root)
H A Dverify_compiler.py178 filename = os.path.realpath(os.path.expanduser(options.filename))
181 tmp_dir = os.path.realpath(os.path.expanduser(options.tmp_dir))
184 root_dir = os.path.realpath(os.path.expanduser(options.root_dir))
/external/python/cpython2/Lib/ctypes/macholib/
H A Ddyld.py18 os.path.expanduser("~/Library/Frameworks"),
25 os.path.expanduser("~/lib"),
/external/python/cpython3/Lib/ctypes/macholib/
H A Ddyld.py18 os.path.expanduser("~/Library/Frameworks"),
25 os.path.expanduser("~/lib"),
/external/autotest/client/bin/
H A Dos_dep.py13 file = os.path.join(os.path.expandvars(os.path.expanduser(dir)), cmd)
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
H A Datrace_from_file_agent.py45 self._filename = os.path.expanduser(options.from_file)
/external/python/cpython2/Lib/distutils/
H A Dconfig.py40 return os.path.join(os.path.expanduser('~'), '.pypirc')
/external/tensorflow/tensorflow/contrib/tpu/profiler/pip_package/cloud_tpu_profiler/
H A Dmain.py88 logdir = os.path.expandvars(os.path.expanduser(FLAGS.logdir))
/external/toolchain-utils/cros_utils/
H A Dfile_utils.py40 chromeos_root = os.path.expanduser(chromeos_root)
/external/python/cpython2/Lib/distutils/tests/
H A Dtest_install.py84 self.old_expand = os.path.expanduser
85 os.path.expanduser = _expanduser
92 os.path.expanduser = self.old_expand
/external/python/cpython3/Lib/distutils/tests/
H A Dtest_install.py83 self.old_expand = os.path.expanduser
84 os.path.expanduser = _expanduser
91 os.path.expanduser = self.old_expand

Completed in 4405 milliseconds

123456