OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:string_ids_offset
(Results
1 - 3
of
3
) sorted by null
/art/libdexfile/dex/
test_dex_file_builder.h
104
uint32_t
string_ids_offset
= sizeof(DexFile::Header);
local
113
header->string_ids_off_ = strings_.empty() ? 0u :
string_ids_offset
;
115
uint32_t type_ids_offset =
string_ids_offset
+ strings_.size() * sizeof(dex::StringId);
175
Write32(
string_ids_offset
+ entry.second.idx * sizeof(dex::StringId), raw_offset);
/art/dexlayout/
compact_dex_writer.cc
408
const uint32_t
string_ids_offset
= main_stream->Tell();
local
448
Stream::ScopedSeek seek(main_stream,
string_ids_offset
);
dex_writer.cc
849
const uint32_t
string_ids_offset
= stream->Tell();
local
[
all
...]
Completed in 2244 milliseconds