Home
last modified time | relevance | path

Searched refs:expanduser (Results 1 – 19 of 19) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_posixpath.py185 self.assertEqual(posixpath.expanduser("foo"), "foo")
191 self.assertIsInstance(posixpath.expanduser("~/"), basestring)
193 if posixpath.expanduser("~") != '/':
195 posixpath.expanduser("~") + "/",
196 posixpath.expanduser("~/")
198 self.assertIsInstance(posixpath.expanduser("~root/"), basestring)
199 self.assertIsInstance(posixpath.expanduser("~foo/"), basestring)
203 self.assertEqual(posixpath.expanduser("~"), "/")
Dtest_site.py250 self.assertEqual(dirs[2], os.path.expanduser(wanted))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Duser.py33 home = os.path.expanduser("~/")
Dsysconfig.py156 value = os.path.expanduser(value)
169 return os.path.expanduser(os.path.join(*args))
Dposixpath.py249 def expanduser(path): function
Dntpath.py275 def expanduser(path): function
Dmhlib.py105 self.profile = os.path.expanduser(profile)
110 path = os.path.expanduser(path)
Dmailbox.py47 self._path = os.path.abspath(os.path.expanduser(path))
/device/linaro/bootloader/edk2/BaseTools/gcc/
Dmingw-gcc-build.py136 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))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DCommandLine.py132 expandvars=os.path.expandvars,expanduser=os.path.expanduser, argument
146 path = expanduser(path)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_dist.py226 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/Lib/distutils/
Dconfig.py40 return os.path.join(os.path.expanduser('~'), '.pypirc')
Ddist.py363 user_file = os.path.join(os.path.expanduser('~'), user_filename)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dinstall.py482 val = os.path.expanduser(val)
551 home = convert_path(os.path.expanduser("~"))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsysconfig.py160 value = os.path.expanduser(value)
173 return os.path.expanduser(os.path.join(*args))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dnewslist.py42 topdir = os.path.expanduser('~/newspage')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
Dgopher.py315 savefile = os.path.expanduser(savefile)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dntpath.py280 def expanduser(path): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dntpath.py303 def expanduser(path): function