Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp5753 bool createIfNotFound = false; in stringToValue() local
5757 createIfNotFound = true; in stringToValue()
5765 createIfNotFound = false; in stringToValue()
5814 createIfNotFound); in stringToValue()
/frameworks/base/tools/aapt/
DResourceTable.cpp2396 const bool createIfNotFound) in getCustomResourceWithCreation() argument
2399 if (resId != 0 || !createIfNotFound) { in getCustomResourceWithCreation()