Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DProguardRules.h69 friend bool CollectLocations(const UsageLocation& location, const KeepSet& keep_set,
88 bool CollectLocations(const UsageLocation& location, const KeepSet& keep_set,
DProguardRules.cpp346 can_be_conditional &= CollectLocations(location, keep_set, &locations); in WriteKeepSet()
375 bool CollectLocations(const UsageLocation& location, const KeepSet& keep_set, in CollectLocations() function
391 if (!CollectLocations(refLocation, keep_set, locations)) { in CollectLocations()