Home
last modified time | relevance | path

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

/frameworks/base/libs/utils/
DResourceTypes.cpp2829 bool createIfNotFound = false; in stringToValue() local
2833 createIfNotFound = true; in stringToValue()
2841 createIfNotFound = false; in stringToValue()
2882 createIfNotFound); in stringToValue()
/frameworks/base/tools/aapt/
DResourceTable.cpp1967 const bool createIfNotFound) in getCustomResourceWithCreation() argument
1970 if (resId != 0 || !createIfNotFound) { in getCustomResourceWithCreation()