Searched refs:expanduser (Results 1 – 25 of 64) sorted by relevance
123
/external/toolchain-utils/crosperf/ |
D | translate_xbuddy.py | 9 dev_path = os.path.expanduser('~/trunk/src/platform/dev') 23 config_path = os.path.expanduser('~/trunk/src/platform/dev/'
|
D | label.py | 36 chromeos_root = os.path.expanduser(chromeos_root) 38 chromeos_image = os.path.expanduser(chromeos_image)
|
D | crosperf.py | 96 log_dir = os.path.abspath(os.path.expanduser(options.log_dir))
|
/external/toolchain-utils/ |
D | verify_compiler.py | 178 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))
|
D | tc_enter_chroot.py | 129 chromeos_root = os.path.expanduser(chromeos_root) 131 options.toolchain_root = os.path.expanduser(options.toolchain_root) 163 version_dir = os.path.realpath(os.path.expanduser(os.path.dirname(__file__)))
|
D | weekly_report.py | 203 os.path.expanduser('~/nightly_test_reports'), '%s.%s' % ( 242 os.path.exists(os.path.expanduser(MAIL_PROGRAM))):
|
D | 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(
|
D | cros_login.py | 70 chromeos_root = os.path.expanduser(chromeos_root)
|
D | remote_test.py | 44 options.chromeos_root = os.path.expanduser(options.chromeos_root)
|
D | image_chromeos.py | 108 options.chromeos_root = os.path.expanduser(options.chromeos_root) 125 image = os.path.expanduser(image)
|
/external/deqp/android/scripts/ |
D | common.py | 251 os.path.expanduser("~/android-ndk-" + ANDROID_NDK_VERSION_STRING), 284 os.path.expanduser("~/android-sdk-linux"), 285 os.path.expanduser("~/android-sdk-mac_x86"),
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | device_monitor.py | 49 os.path.join(os.path.expanduser('~'), 'android_device_status.json'), 51 os.path.expanduser('~'), '.android',
|
/external/autotest/tko/ |
D | parse.py | 103 if os.path.exists(os.path.expanduser('~chromeos-test/%s' % 105 path = os.path.expanduser('~chromeos-test/%s' % export_script) 107 elif os.path.exists(os.path.expanduser('~/%s' % export_script)): 108 path = os.path.expanduser('~/%s' % export_script)
|
/external/toolchain-utils/automation/common/ |
D | command.py | 189 from_path = os.path.expanduser(from_path) + '/' 190 to_path = os.path.expanduser(to_path) + '/'
|
/external/toolchain-utils/binary_search_tool/ |
D | compiler_wrapper.py | 28 DEFAULT_BISECT_DIR = os.path.expanduser('~/ANDROID_BISECT')
|
/external/toolchain-utils/deprecated/ |
D | build_benchmarks.py | 212 options.chromeos_root = os.path.expanduser(options.chromeos_root) 213 options.workdir = os.path.expanduser(options.workdir)
|
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/ |
D | atrace_from_file_agent.py | 45 self._filename = os.path.expanduser(options.from_file)
|
/external/autotest/client/bin/ |
D | os_dep.py | 13 file = os.path.join(os.path.expandvars(os.path.expanduser(dir)), cmd)
|
/external/toolchain-utils/cros_utils/ |
D | file_utils.py | 40 chromeos_root = os.path.expanduser(chromeos_root)
|
D | command_executer.py | 276 chromeos_root = os.path.expanduser(chromeos_root) 440 src = os.path.expanduser(src) 441 dest = os.path.expanduser(dest)
|
/external/clang/tools/scan-build/bin/ |
D | set-xcode-analyzer | 84 path = os.path.expanduser(options.path)
|
/external/autotest/site_utils/chromeos_proxy/ |
D | swarming_bots.py | 116 self.parent_dir = os.path.abspath(os.path.expanduser(parent_dir)) 265 self.working_dir = os.path.abspath(os.path.expanduser(working_dir))
|
/external/selinux/libselinux/src/ |
D | selinuxswig_python.i | 38 selinux_restorecon(os.path.expanduser(path), restorecon_flags)
|
/external/skia/infra/bots/recipes/ |
D | swarm_RecreateSKPs.py | 128 update_skps_gitcookies = api.path.join(api.path.expanduser('~'),
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | main.py | 148 options.output_file = os.path.expanduser(options.output_file)
|
123