Home
last modified time | relevance | path

Searched refs:script_root (Results 1 – 3 of 3) 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/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)