Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DPathNavigator.cpp42 _astrItems = tokenizer.split(); in init()
85 if (_currentIndex < _astrItems.size()) { in next()
87 return &_astrItems[_currentIndex++]; in next()
105 strPath += _astrItems[item] + "/"; in getCurrentPath()
108 strPath += _astrItems[item]; in getCurrentPath()
DPathNavigator.h58 std::vector<std::string> _astrItems; variable