Home
last modified time | relevance | path

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

/external/e2fsprogs/util/
Dsubst.conf.in14 $root_prefix @root_prefix@
/external/v8/tools/testrunner/local/
Dstatusfile.py250 root_prefix = basename + "/"
265 _assert(not rule.startswith(root_prefix),
/external/e2fsprogs/
Dconfigure.ac134 dnl Allow separate `root_prefix' to be specified
138 root_prefix=$withval,
139 root_prefix=NONE)dnl
1294 if test "$prefix" = NONE -a "$root_prefix" = NONE ; then
1295 root_prefix="";
1296 AC_MSG_RESULT([On $host_os systems, root_prefix defaults to ''])
1315 if test "$root_prefix" = NONE ; then
1317 root_prefix="$ac_default_prefix"
1319 root_prefix="$prefix"
1326 root_bindir='${root_prefix}/bin'
[all …]
DMCONFIG.in12 root_prefix = @root_prefix@
Dconfigure4775 withval=$with_root_prefix; root_prefix=$withval
4777 root_prefix=NONE
13722 root_bindir='${root_prefix}/bin'
13723 root_sbindir='${root_prefix}/sbin'
13724 root_libdir='${root_prefix}/lib'
13725 root_sysconfdir='${root_prefix}/etc'
/external/libusb/libusb/os/
Dwindows_winusb.c164 const char root_prefix[] = "\\\\.\\"; in sanitize_path() local
173 root_size = sizeof(root_prefix) - 1; in sanitize_path()
190 ret_path[j] = root_prefix[j]; in sanitize_path()