summaryrefslogtreecommitdiffstats
path: root/toolbox/watchprops.c
Commit message (Collapse)AuthorAgeFilesLines
* toolbox: reimplement watchprops using __system_property_foreach()Greg Hackmann2013-06-181-39/+59
| | | | | | | | | | Internally, replace the watchlist array with a hashmap since the array assumes properties are enumerated in a consistent order and foreach() probably won't. (find_nth() never guaranteed this either but it usually worked in practice.) Change-Id: I83843facdd671edd09652edf472e88ec3d1edd3b Signed-off-by: Greg Hackmann <ghackmann@google.com>
* toolbox: hide property implementation from watchpropsColin Cross2013-06-171-17/+16
| | | | Change-Id: Ia6609116d641d3354971ca40a16ffcab38484150
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+76
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-76/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+76