Home
last modified time | relevance | path

Searched refs:script_root (Results 1 – 4 of 4) sorted by relevance

/external/toolchain-utils/llvm_tools/
Dcopy_helpers_to_chromiumos_overlay.py22 def _find_repo_root(script_root): argument
23 repo_root = os.path.abspath(os.path.join(script_root, '../../../../'))
/external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/
Dupdate.py37 script_root = os.path.join(os.environ['PW_ROOT'], 'pw_env_setup', 'py',
41 cwd=script_root,
55 default=os.path.join(script_root, 'wrapper.py'))
/external/bcc/src/lua/bcc/
Dbpf.lua83 function Bpf.static.script_root(root) function
89 local function _find_file(script_root, filename)
99 filename = script_root .. filename
105 assert(nil, "failed to find file "..filename.." (root="..script_root..")")
Drun.lua58 BPF.script_root(tracefile)