Searched refs:currentPathTmp (Results 1 – 1 of 1) sorted by relevance
370 String currentPathTmp = mCurrentPath; in onSetPath() local386 if (currentPathTmp.length() != 0) { in onSetPath()387 currentPathTmp = currentPathTmp.substring(0, currentPathTmp.lastIndexOf("/")); in onSetPath()391 currentPathTmp = ""; in onSetPath()394 currentPathTmp = currentPathTmp + tmpPath; in onSetPath()396 currentPathTmp = currentPathTmp + "/" + tmpPath; in onSetPath()401 if ((currentPathTmp.length() != 0) && (!isLegalPath(currentPathTmp))) { in onSetPath()420 mCurrentPath = currentPathTmp; in onSetPath()