Searched refs:currentPathTmp (Results 1 – 1 of 1) sorted by relevance
339 String currentPathTmp = mCurrentPath; in onSetPath() local352 if (currentPathTmp.length() != 0) { in onSetPath()353 currentPathTmp = currentPathTmp.substring(0, currentPathTmp.lastIndexOf("/")); in onSetPath()357 currentPathTmp = ""; in onSetPath()359 currentPathTmp = currentPathTmp + "/" + tmpPath; in onSetPath()363 if ((currentPathTmp.length() != 0) && (!isLegalPath(currentPathTmp))) { in onSetPath()372 mCurrentPath = currentPathTmp; in onSetPath()