Searched refs:root_prefix (Results 1 – 10 of 10) sorted by relevance
/external/e2fsprogs/util/ |
D | subst.conf.in | 15 $root_prefix @root_prefix@
|
/external/perfetto/src/protozero/filtering/ |
D | filter_util.cc | 223 std::string root_prefix = root_name.substr(0, root_name.rfind('.')); in PrintAsText() local 224 if (!root_prefix.empty()) in PrintAsText() 225 root_prefix.append("."); in PrintAsText() 232 auto stripped_name = StripPrefix(descr.full_name, root_prefix); in PrintAsText() 234 nested_type ? StripPrefix(nested_type->full_name, root_prefix) : ""; in PrintAsText()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_core_dumper.h | 52 const char* root_prefix = "");
|
D | linux_core_dumper.cc | 54 const char* root_prefix) in LinuxCoreDumper() argument 55 : LinuxDumper(pid, root_prefix), in LinuxCoreDumper()
|
D | linux_dumper.h | 81 explicit LinuxDumper(pid_t pid, const char* root_prefix = "");
|
D | linux_dumper.cc | 281 LinuxDumper::LinuxDumper(pid_t pid, const char* root_prefix) in LinuxDumper() argument 283 root_prefix_(root_prefix), in LinuxDumper()
|
/external/angle/scripts/ |
D | generate_android_bp.py | 124 root_prefix = "angle" 125 if len(gn_file_path) == 0 and not target_name.startswith(root_prefix): 126 gn_file_path = root_prefix
|
/external/e2fsprogs/ |
D | configure.ac | 135 dnl Allow separate `root_prefix' to be specified 139 root_prefix=$withval, 140 root_prefix=NONE)dnl 1473 if test "$prefix" = NONE -a "$root_prefix" = NONE ; then 1474 root_prefix=""; 1475 AC_MSG_RESULT([On $host_os systems, root_prefix defaults to '']) 1494 if test "$root_prefix" = NONE ; then 1496 root_prefix="$ac_default_prefix" 1498 root_prefix="$prefix" 1505 root_bindir='${root_prefix}/bin' [all …]
|
D | MCONFIG.in | 14 root_prefix = @root_prefix@
|
D | configure | 4832 withval=$with_root_prefix; root_prefix=$withval 4834 root_prefix=NONE 14234 if test "$prefix" = NONE -a "$root_prefix" = NONE ; then 14235 root_prefix=""; 14255 if test "$root_prefix" = NONE ; then 14257 root_prefix="$ac_default_prefix" 14259 root_prefix="$prefix"
|