Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/core/
Dconfig.py46 root_prefix = reference_name[:reference_begin]
47 return root_prefix + '.' + name
/external/e2fsprogs/util/
Dsubst.conf.in15 $root_prefix @root_prefix@
/external/e2fsprogs/
Dconfigure.ac135 dnl Allow separate `root_prefix' to be specified
139 root_prefix=$withval,
140 root_prefix=NONE)dnl
1466 if test "$prefix" = NONE -a "$root_prefix" = NONE ; then
1467 root_prefix="";
1468 AC_MSG_RESULT([On $host_os systems, root_prefix defaults to ''])
1487 if test "$root_prefix" = NONE ; then
1489 root_prefix="$ac_default_prefix"
1491 root_prefix="$prefix"
1498 root_bindir='${root_prefix}/bin'
[all …]
DMCONFIG.in14 root_prefix = @root_prefix@
Dconfigure4832 withval=$with_root_prefix; root_prefix=$withval
4834 root_prefix=NONE
14104 root_bindir='${root_prefix}/bin'
14105 root_sbindir='${root_prefix}/sbin'
14106 root_libdir='${root_prefix}/lib'
14107 root_sysconfdir='${root_prefix}/etc'
/external/v8/tools/testrunner/local/
Dstatusfile.py303 root_prefix = basename + "/"
318 _assert(not rule.startswith(root_prefix),
/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()