Home
last modified time | relevance | path

Searched refs:root_prefix (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/util/
Dsubst.conf.in16 $root_prefix @root_prefix@
/external/v8/tools/testrunner/local/
Dstatusfile.py158 root_prefix = os.path.basename(os.path.dirname(path)) + "/"
173 _assert(not rule.startswith(root_prefix),
/external/e2fsprogs/
Dconfigure.in128 dnl Allow separate `root_prefix' to be specified
132 root_prefix=$withval,
133 root_prefix=NONE)dnl
1145 if test "$prefix" = NONE -a "$root_prefix" = NONE ; then
1146 root_prefix="";
1147 AC_MSG_RESULT([On $host_os systems, root_prefix defaults to ''])
1166 if test "$root_prefix" = NONE ; then
1168 root_prefix="$ac_default_prefix"
1170 root_prefix="$prefix"
1177 root_bindir='${root_prefix}/bin'
[all …]
DMCONFIG.in12 root_prefix = @root_prefix@
Dconfigure4392 withval=$with_root_prefix; root_prefix=$withval
4394 root_prefix=NONE
11294 if test "$prefix" = NONE -a "$root_prefix" = NONE ; then
11295 root_prefix="";
11315 if test "$root_prefix" = NONE ; then
11317 root_prefix="$ac_default_prefix"
11319 root_prefix="$prefix"
/external/autotest/client/bin/
Dkernel.py45 root_prefix = 'root='
53 if arg.startswith(root_prefix):
58 root = arg[len(root_prefix):]