Searched refs:CollectLocations (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt2/java/ |
D | ProguardRules.h | 75 friend bool CollectLocations(const UsageLocation& location, const KeepSet& keep_set, 95 bool CollectLocations(const UsageLocation& location, const KeepSet& keep_set,
|
D | ProguardRules.cpp | 420 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()
|