Home
last modified time | relevance | path

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

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