Searched defs:CPathNavigator (Results 1 - 2 of 2) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DPathNavigator.h36 class CPathNavigator class
39 CPathNavigator(const std::string &strPath);
H A DPathNavigator.cpp33 CPathNavigator::CPathNavigator(const std::string &strPath) function in class:CPathNavigator
38 void CPathNavigator::init(const std::string &strPath)
47 bool CPathNavigator::isPathValid() const
53 bool CPathNavigator::navigateThrough(const std::string &strItemName, std::string &strError)
83 std::string *CPathNavigator::next()
93 std::string CPathNavigator::getCurrentPath() const
113 bool CPathNavigator::checkPathFormat(const std::string &strUpl)

Completed in 125 milliseconds