Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DProguardRules.h75 friend bool CollectLocations(const UsageLocation& location, const KeepSet& keep_set,
95 bool CollectLocations(const UsageLocation& location, const KeepSet& keep_set,
DProguardRules.cpp420 can_be_conditional &= CollectLocations(location, keep_set, &locations); in WriteKeepSet()
463 bool CollectLocations(const UsageLocation& location, const KeepSet& keep_set, in CollectLocations() function
479 if (!CollectLocations(refLocation, keep_set, locations)) { in CollectLocations()