Home
last modified time | relevance | path

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

123

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dcompat.py43 os.path.expanduser('~')
44 expanduser = os.path.expanduser variable
47 expanduser = (lambda x: x) variable
Dprovider.py35 from boto.compat import expanduser
195 shared_path = os.path.join(expanduser('~'), '.' + name, 'credentials')
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
Dconfig.py29 from boto.compat import expanduser, ConfigParser, StringIO
36 UserConfigPath = os.path.join(expanduser('~'), '.boto')
42 BotoConfigLocations = [expanduser(os.environ['BOTO_CONFIG'])]
49 BotoConfigLocations.append(expanduser(path))
67 full_path = expanduser(os.environ['AWS_CREDENTIAL_FILE'])
Dbootstrap.py46 fp = open(os.path.expanduser(BotoConfigPath), 'w')
/external/chromium-trace/catapult/tracing/tracing_build/
Dtracing_dev_server_config.py55 ('/tracing/test_data/', os.path.expanduser(args.data_dir)),
56 ('/tracing/skp_data/', os.path.expanduser(args.skp_data_dir)),
/external/chromium-trace/catapult/perf_insights/perf_insights_build/
Dperf_insights_dev_server_config.py209 os.path.abspath(os.path.expanduser(args.pi_data_dir))
215 os.path.abspath(os.path.expanduser(args.pi_data_dir))
221 os.path.abspath(os.path.expanduser(args.pi_data_dir))
230 os.path.abspath(os.path.expanduser(args.pi_data_dir)))]
/external/deqp/android/scripts/
Dcommon.py244 os.path.expanduser("~/android-ndk-r11"),
277 os.path.expanduser("~/android-sdk-linux"),
278 os.path.expanduser("~/android-sdk-mac_x86"),
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
Dgen_client.py120 infile = os.path.expanduser(FLAGS.infile) or '/dev/stdin'
159 outdir = os.path.expanduser(FLAGS.outdir) or client_info.default_directory
246 original_outdir = os.path.expanduser(FLAGS.outdir)
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/
Dgen_protorpc.py203 dest_dir = os.path.expanduser(options.dest_dir)
234 dest_dir = os.path.expanduser(options.dest_dir)
/external/chromium-trace/catapult/perf_insights/perf_insights/
Dperf_insights_corpus_driver.py24 cache_dir = os.path.abspath(os.path.expanduser(args.cache_directory))
Dlocal_directory_corpus_driver.py60 trace_dir = os.path.abspath(os.path.expanduser(args.trace_directory))
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/provider/
Dtest_provider.py8 from boto.compat import expanduser
427 path = os.path.join(expanduser('~'), '.aws', 'credentials')
435 path = os.path.join(expanduser('~'), '.google', 'credentials')
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dkeypair.py80 directory_path = os.path.expanduser(directory_path)
/external/autotest/client/bin/
Dos_dep.py13 file = os.path.join(os.path.expandvars(os.path.expanduser(dir)), cmd)
/external/autotest/server/hosts/
Dparamiko_host.py60 config_path = os.path.expanduser(config_path)
80 path = os.path.expanduser(path)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
Diobject.py95 val = os.path.expanduser(val)
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dbase_cli.py117 histfile = os.path.expanduser(histfile)
/external/clang/tools/scan-build/bin/
Dset-xcode-analyzer84 path = os.path.expanduser(options.path)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
Dsubmit.py57 path = os.path.expanduser(path)
/external/chromium-trace/catapult/systrace/bin/
Dadb_profile_chrome_startup92 options.output = os.path.expanduser(options.output)
/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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/roboto/
Dawsqueryservice.py62 path = os.path.expanduser(path)
/external/skia/infra/bots/flavor/
Ddefault_flavor.py72 self.chrome_path = os.path.join(os.path.expanduser('~'), 'src')
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/
Dresults_options.py82 args.output_dir = os.path.expanduser(args.output_dir)
/external/v8/tools/
Dtest-server.py96 privkeyfile = os.path.expanduser("~/.ssh/v8_dtest")

123