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

  /external/elfutils/libdwfl/
dwfl_build_id_find_elf.c 52 char id_name[sizeof "/.build-id/" + 1 + MAX_BUILD_ID_BYTES * 2 local
54 strcpy (id_name, "/.build-id/");
55 int n = snprintf (&id_name[sizeof "/.build-id/" - 1],
60 n = snprintf (&id_name[sizeof "/.build-id/" - 1 + 3 + (i - 1) * 2],
65 strcpy (&id_name[sizeof "/.build-id/" - 1 + 3 + (id_len - 1) * 2],
87 char *name = malloc (dirlen + sizeof id_name);
90 memcpy (mempcpy (name, dir, dirlen), id_name, sizeof id_name); local
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
disassemble.cpp 161 const std::string id_name = name_mapper_(inst.result_id); local
163 stream_ << std::setw(std::max(0, indent_ - 3 - int(id_name.size())));
164 stream_ << "%" << id_name; local
  /system/core/adb/
file_sync_service.cpp 490 std::string id_name = sync_id_to_name(request.id); local
491 std::string trace_name = StringPrintf("%s(%s)", id_name.c_str(), name);
494 D("sync: %s('%s')", id_name.c_str(), name);
  /external/expat/tests/
runtests.c 3053 const XML_Char *id_name; member in struct:elementInfo
    [all...]

Completed in 366 milliseconds