Home
last modified time | relevance | path

Searched refs:bundle_path (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/tools/
Drun_test_like_ci117 bundle_path = '/tmp/perfetto-ci.bundle'
118 check_call(['git', '-C', REPO_ROOT, 'bundle', 'create', bundle_path, 'HEAD' ])
119 os.chmod(bundle_path, 0o664)
121 'PERFETTO_TEST_GIT_REF': bundle_path,
133 '--volume=%s:%s:ro' % (bundle_path, bundle_path)
/external/python/parse_type/tasks/
D_setup.py51 bundle_path = os.path.relpath(INVOKE_BUNDLE, os.getcwd())
52 print("USING: %s (version: %s)" % (bundle_path, invoke.__version__))
126 def setup_path_for_bundle(bundle_path, pos=0): argument
127 if os.path.exists(bundle_path):
128 syspath_insert(pos, os.path.abspath(bundle_path))
/external/autotest/server/cros/bluetooth/
Dbluetooth_peer_update.py86 bundle_path = os.path.join(cur_dir, bundle)
87 logging.debug('package location is %s', bundle_path)
89 peer.host.send_file(bundle_path, '/tmp/')