HomeSort by relevance Sort by last modified time
    Searched defs:map_name (Results 1 - 3 of 3) sorted by null

  /system/core/libbacktrace/
Backtrace.cpp 78 std::string map_name; local
82 map_name = frame->map.name.c_str();
83 if (map_name[0] == '[' && map_name[map_name.size() - 1] == ']') {
84 map_name.resize(map_name.size() - 1);
85 map_name += StringPrintf(":%" PRIPTR "]", frame->map.start);
88 map_name = StringPrintf("<anonymous:%" PRIPTR ">", frame->map.start);
91 map_name = "<unknown>"
    [all...]
  /external/dbus-binding-generator/chromeos-dbus-bindings/
proxy_generator.cc 1056 string map_name = itf_name.MakeVariableName() + "_instances_"; local
1171 string map_name = itf_name.MakeVariableName() + "_instances_"; local
    [all...]
  /external/iproute2/tc/
tc_bpf.c 1134 const char *map_name; local
1138 map_name = bpf_map_fetch_name(ctx, i);
1139 if (!map_name)
1142 fd = bpf_map_attach(map_name, &ctx->maps[i], ctx,
    [all...]

Completed in 105 milliseconds