Home
last modified time | relevance | path

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

/aosp12/build/blueprint/parser/
H A Dparser.go282 property := p.parseProperty(isModule, compat)
296 func (p *parser) parseProperty(isModule, compat bool) (property *Property) { func
/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp145 static std::pair<bool, std::string_view> parseProperty(std::string_view property) { in parseProperty() function
191 auto [featureEnabled, moduleName] = parseProperty(incFsPropertyValue()); in IncFsInit()