Searched refs:currentPathTmp (Results 1 – 1 of 1) sorted by relevance
348 String currentPathTmp = mCurrentPath; in onSetPath() local361 if (currentPathTmp.length() != 0) { in onSetPath()362 currentPathTmp = currentPathTmp.substring(0, currentPathTmp.lastIndexOf("/")); in onSetPath()366 currentPathTmp = ""; in onSetPath()368 currentPathTmp = currentPathTmp + "/" + tmpPath; in onSetPath()372 if ((currentPathTmp.length() != 0) && (!isLegalPath(currentPathTmp))) { in onSetPath()381 mCurrentPath = currentPathTmp; in onSetPath()