/external/python/cpython2/Lib/ |
posixpath.py | 24 "ismount","walk","expanduser","expandvars","normpath","abspath", 251 def expanduser(path): function
|
/external/skia/infra/bots/recipes/perf.expected/ |
Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Debug.json | 6 "\nimport os\nCHROMECAST_IP_FILE = os.path.expanduser('~/chromecast.txt')\nwith open(CHROMECAST_IP_FILE, 'r') as f:\n print f.read()\n" 20 "@@@STEP_LOG_LINE@python.inline@CHROMECAST_IP_FILE = os.path.expanduser('~/chromecast.txt')@@@",
|
Perf-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release.json | 6 "\nimport os\nCHROMECAST_IP_FILE = os.path.expanduser('~/chromecast.txt')\nwith open(CHROMECAST_IP_FILE, 'r') as f:\n print f.read()\n" 20 "@@@STEP_LOG_LINE@python.inline@CHROMECAST_IP_FILE = os.path.expanduser('~/chromecast.txt')@@@",
|
/external/toolchain-utils/ |
image_chromeos.py | 108 options.chromeos_root = os.path.expanduser(options.chromeos_root) 125 image = os.path.expanduser(image)
|
build_tool.py | 743 options.chromeos_root = os.path.abspath(os.path.expanduser( 751 options.ndk_dir = os.path.expanduser(options.ndk_dir) 793 options.gcc_dir = os.path.abspath(os.path.expanduser(options.gcc_dir)) 804 options.binutils_dir = os.path.abspath(os.path.expanduser(
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
posixpath.py | 31 "ismount","walk","expanduser","expandvars","normpath","abspath", 258 def expanduser(path): function
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
posixpath.py | 31 "ismount","walk","expanduser","expandvars","normpath","abspath", 258 def expanduser(path): function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
posixpath.py | 31 "ismount","walk","expanduser","expandvars","normpath","abspath", 258 def expanduser(path): function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
posixpath.py | 31 "ismount","walk","expanduser","expandvars","normpath","abspath", 258 def expanduser(path): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_genericpath.py | 171 'lexists', 'islink', 'ismount', 'expanduser', 'normpath', 'realpath',
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
device_monitor.py | 47 os.path.expanduser('~'), '.android',
|
/external/python/cpython2/Demo/tkinter/ttk/ |
plastik_theme.py | 38 imgdir = os.path.expanduser(imgdir)
|
/external/python/cpython2/Doc/tutorial/ |
interactive.rst | 133 historyPath = os.path.expanduser("~/.pyhistory")
|
/external/python/cpython2/Lib/idlelib/ |
AutoComplete.py | 209 expandedpath = os.path.expanduser(what)
|
/external/python/cpython2/Tools/pynche/ |
Main.py | 206 initfile = os.path.expanduser('~/.pynche')
|
/external/skia/infra/bots/recipe_modules/flavor/ |
gn_chromebook_flavor.py | 41 SSH_MACHINE_FILE = os.path.expanduser('~/ssh_machine.json')
|
/external/toolchain-utils/crosperf/ |
experiment_file.py | 151 os.path.realpath(os.path.expanduser(field.GetString())))
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
AutoComplete.py | 212 expandedpath = os.path.expanduser(what)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_genericpath.py | 171 'lexists', 'islink', 'ismount', 'expanduser', 'normpath', 'realpath',
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
AutoComplete.py | 212 expandedpath = os.path.expanduser(what)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_genericpath.py | 171 'lexists', 'islink', 'ismount', 'expanduser', 'normpath', 'realpath',
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
AutoComplete.py | 212 expandedpath = os.path.expanduser(what)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_genericpath.py | 171 'lexists', 'islink', 'ismount', 'expanduser', 'normpath', 'realpath',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
AutoComplete.py | 212 expandedpath = os.path.expanduser(what)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_genericpath.py | 171 'lexists', 'islink', 'ismount', 'expanduser', 'normpath', 'realpath',
|