Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5636 bool createIfNotFound = false; in stringToValue() local
5640 createIfNotFound = true; in stringToValue()
5648 createIfNotFound = false; in stringToValue()
5697 createIfNotFound); in stringToValue()
/aosp14/frameworks/base/tools/aapt/
H A DResourceTable.cpp2394 const bool createIfNotFound) in getCustomResourceWithCreation() argument
2397 if (resId != 0 || !createIfNotFound) { in getCustomResourceWithCreation()