HomeSort by relevance Sort by last modified time
    Searched refs:mapping_name (Results 1 - 2 of 2) sorted by null

  /system/core/libmemunreachable/
MemUnreachable.cpp 237 const allocator::string mapping_name{it->name, allocator_};
238 if (mapping_name == "[anon:.bss]") {
241 } else if (mapping_name == current_lib) {
244 } else if (mapping_name == "[anon:libc_malloc]") {
247 } else if (has_prefix(mapping_name, "/dev/ashmem/dalvik")) {
250 } else if (has_prefix(mapping_name, "[stack")) {
253 } else if (mapping_name.size() == 0) {
255 } else if (has_prefix(mapping_name, "[anon:") &&
256 mapping_name != "[anon:leak_detector_malloc]") {
  /external/protobuf/python/google/protobuf/pyext/
descriptor_containers.cc 92 const char* mapping_name; member in struct:google::protobuf::python::DescriptorContainerDef
320 "<%s %s>", self->container_def->mapping_name, kind);
    [all...]

Completed in 778 milliseconds