Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp5468 bool createIfNotFound = false; in stringToValue() local
5472 createIfNotFound = true; in stringToValue()
5480 createIfNotFound = false; in stringToValue()
5529 createIfNotFound); in stringToValue()
/frameworks/base/tools/aapt/
DResourceTable.cpp2397 const bool createIfNotFound) in getCustomResourceWithCreation() argument
2400 if (resId != 0 || !createIfNotFound) { in getCustomResourceWithCreation()