Home
last modified time | relevance | path

Searched refs:isPathValid (Results 1 – 4 of 4) sorted by relevance

/external/skia/tools/lua/
Dpaths.lua51 function isPathValid(path) function
78 if isPathValid(path) then
95 if paint and isPathValid(path) then
/external/parameter-framework/upstream/parameter/
DPathNavigator.h42 bool isPathValid() const;
DElementLocator.cpp45 if (!pathNavigator.isPathValid()) { in locate()
DPathNavigator.cpp47 bool CPathNavigator::isPathValid() const in isPathValid() function in CPathNavigator