Home
last modified time | relevance | path

Searched defs:out_entry (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DResEntryWriter.cpp46 MapFlattenVisitor(ResTable_entry_ext* out_entry, BigBuffer* buffer) in MapFlattenVisitor()
164 void FlattenKey(const Reference* key, ResTable_map* out_entry) { in FlattenKey()
169 void FlattenValue(const Item* value, ResTable_map* out_entry) { in FlattenValue()
174 ResTable_map* out_entry = buffer_->NextBlock<ResTable_map>(); in FlattenEntry() local
191 ResTable_entry* out_entry = (ResTable_entry*)out_result; in WriteEntry() local
225 ResTable_entry_ext* out_entry = buffer->NextBlock<ResTable_entry_ext>(); in WriteMapToBuffer() local
237 T* out_entry = buffer->NextBlock<T>(); in WriteItemToBuffer() local
/aosp14/frameworks/base/libs/androidfw/
H A DResourceUtils.cpp22 StringPiece* out_entry) { in ExtractResourceName()
/aosp14/frameworks/base/tools/aapt2/util/
H A DUtil.cpp418 bool ExtractResFilePathParts(StringPiece path, StringPiece* out_prefix, StringPiece* out_entry, in ExtractResFilePathParts()