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

  /tools/dexter/slicer/export/slicer/
dex_format.h 176 u4 string_data_off; member in struct:dex::StringId
reader.h 128 return dataPtr<dex::u1>(stringId.string_data_off);
  /art/dexlayout/
dex_writer.cc 239 uint32_t string_data_off = string_id->DataItem()->GetOffset(); local
240 stream->Write(&string_data_off, string_id->GetSize());
    [all...]
  /tools/dexter/slicer/
writer.cc 366 dexStringId->string_data_off = section.AbsoluteOffset(offset);
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 857 ('string_data_off', 'I'),
890 offset = StringId.unpack_from(buf, offset).string_data_off
    [all...]

Completed in 89 milliseconds