Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp4114 bool createIfNotFound = false; in stringToValue() local
4118 createIfNotFound = true; in stringToValue()
4126 createIfNotFound = false; in stringToValue()
4167 createIfNotFound); in stringToValue()
/frameworks/base/tools/aapt/
DResourceTable.cpp2169 const bool createIfNotFound) in getCustomResourceWithCreation() argument
2172 if (resId != 0 || !createIfNotFound) { in getCustomResourceWithCreation()