Home
last modified time | relevance | path

Searched refs:attribute_entry_result (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
DAssetManager2.cpp1831 base::expected<FindEntryResult, NullOrIOError> attribute_entry_result = in SetTo() local
1835 if (UNLIKELY(IsIOError(attribute_entry_result))) { in SetTo()
1836 return base::unexpected(GetIOError(attribute_entry_result.error())); in SetTo()
1838 if (!attribute_entry_result.has_value()) { in SetTo()
1844 attribute_entry_result->cookie); in SetTo()