Home
last modified time | relevance | path

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

123

/external/toolchain-utils/crosperf/
Dtranslate_xbuddy.py9 dev_path = os.path.expanduser('~/trunk/src/platform/dev')
23 config_path = os.path.expanduser('~/trunk/src/platform/dev/'
Dlabel.py36 chromeos_root = os.path.expanduser(chromeos_root)
38 chromeos_image = os.path.expanduser(chromeos_image)
Dcrosperf.py96 log_dir = os.path.abspath(os.path.expanduser(options.log_dir))
/external/toolchain-utils/
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))
Dtc_enter_chroot.py129 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__)))
Dweekly_report.py203 os.path.expanduser('~/nightly_test_reports'), '%s.%s' % (
242 os.path.exists(os.path.expanduser(MAIL_PROGRAM))):
Dbuild_tool.py743 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(
Dcros_login.py70 chromeos_root = os.path.expanduser(chromeos_root)
Dremote_test.py44 options.chromeos_root = os.path.expanduser(options.chromeos_root)
Dimage_chromeos.py108 options.chromeos_root = os.path.expanduser(options.chromeos_root)
125 image = os.path.expanduser(image)
/external/deqp/android/scripts/
Dcommon.py251 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/
Ddevice_monitor.py49 os.path.join(os.path.expanduser('~'), 'android_device_status.json'),
51 os.path.expanduser('~'), '.android',
/external/autotest/tko/
Dparse.py103 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/
Dcommand.py189 from_path = os.path.expanduser(from_path) + '/'
190 to_path = os.path.expanduser(to_path) + '/'
/external/toolchain-utils/binary_search_tool/
Dcompiler_wrapper.py28 DEFAULT_BISECT_DIR = os.path.expanduser('~/ANDROID_BISECT')
/external/toolchain-utils/deprecated/
Dbuild_benchmarks.py212 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/
Datrace_from_file_agent.py45 self._filename = os.path.expanduser(options.from_file)
/external/autotest/client/bin/
Dos_dep.py13 file = os.path.join(os.path.expandvars(os.path.expanduser(dir)), cmd)
/external/toolchain-utils/cros_utils/
Dfile_utils.py40 chromeos_root = os.path.expanduser(chromeos_root)
Dcommand_executer.py276 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/
Dset-xcode-analyzer84 path = os.path.expanduser(options.path)
/external/autotest/site_utils/chromeos_proxy/
Dswarming_bots.py116 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/
Dselinuxswig_python.i38 selinux_restorecon(os.path.expanduser(path), restorecon_flags)
/external/skia/infra/bots/recipes/
Dswarm_RecreateSKPs.py128 update_skps_gitcookies = api.path.join(api.path.expanduser('~'),
/external/chromium-trace/catapult/systrace/profile_chrome/
Dmain.py148 options.output_file = os.path.expanduser(options.output_file)

123