Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/
Dincfs.cpp140 static std::pair<bool, std::string_view> parseProperty(std::string_view property) { in parseProperty() function
186 auto [featureEnabled, moduleName] = parseProperty(incFsPropertyValue()); in IncFsInit()