Searched refs:root_prefix (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/lcov/bin/
H A Dlcov2964 my $root_prefix = 0;
2979 $root_prefix = 1 if ($prefix eq rootdir());
2985 if (!$got_prefix || !$root_prefix &&
3084 if (!$got_prefix || !$root_prefix &&
3098 print("[$lastpath/]\n") if (!$root_prefix);
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c187 const char root_prefix[] = "\\\\.\\"; local
196 root_size = sizeof(root_prefix)-1;
212 ret_path[j] = root_prefix[j];
/external/e2fsprogs/
H A Dconfigure636 root_prefix
4392 withval=$with_root_prefix; root_prefix=$withval
4394 root_prefix=NONE
11294 if test "$prefix" = NONE -a "$root_prefix" = NONE ; then
11295 root_prefix="";
11296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: On $host_os systems, root_prefix defaults to ''" >&5
11297 $as_echo "On $host_os systems, root_prefix defaults to ''" >&6; }
11315 if test "$root_prefix" = NONE ; then
11317 root_prefix="$ac_default_prefix"
11319 root_prefix
[all...]

Completed in 151 milliseconds