Searched refs:script_root (Results 1 – 4 of 4) sorted by relevance
22 def _find_repo_root(script_root): argument23 repo_root = os.path.abspath(os.path.join(script_root, '../../../../'))
37 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'))
83 function Bpf.static.script_root(root) function89 local function _find_file(script_root, filename)99 filename = script_root .. filename105 assert(nil, "failed to find file "..filename.." (root="..script_root..")")
58 BPF.script_root(tracefile)