OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCRIPT_ROOT
(Results
1 - 3
of
3
) sorted by null
/external/autotest/server/site_tests/platform_GCC/
dejagnu_remote.sh
9
SCRIPT_ROOT
=
13
SCRIPT_ROOT
="${path}"
19
. "${
SCRIPT_ROOT
}/common.sh" || ! echo "Unable to load common.sh" || exit 1
/external/autotest/site_utils/bootperf-bin/
bootperf
22
SCRIPT_ROOT
=
25
SCRIPT_ROOT
=${path}
32
. "${
SCRIPT_ROOT
}/common.sh" || (echo "Unable to load common.sh" && exit 1)
/external/bcc/src/lua/bcc/
bpf.lua
82
Bpf.static.
SCRIPT_ROOT
= "./"
83
function Bpf.static.
script_root
(root)
85
Bpf.static.
SCRIPT_ROOT
= dir or "./"
89
local function _find_file(
script_root
, filename)
99
filename =
script_root
.. filename
105
assert(nil, "failed to find file "..filename.." (root="..
script_root
..")")
126
local src = _find_file(Bpf.
SCRIPT_ROOT
, args.src_file)
129
local hdr = _find_file(Bpf.
SCRIPT_ROOT
, args.hdr_file)
Completed in 2383 milliseconds