Searched refs:tmpPath (Results 1 – 2 of 2) sorted by relevance
267 String tmpPath = (String) request.getHeader(HeaderSet.NAME); in onSetPathValidator() local268 assertThat(tmpPath).isEqualTo(TEST_FOLDER_LIST.get(0)); in onSetPathValidator()
371 String tmpPath = null; in onSetPath() local373 tmpPath = (String) mPbapMethodProxy.getHeader(request, HeaderSet.NAME); in onSetPath()383 Log.d(TAG, "backup=" + backup + " create=" + create + " name=" + tmpPath); in onSetPath()390 if (tmpPath == null) { in onSetPath()393 if (tmpPath.startsWith("/")) { in onSetPath()394 currentPathTmp = currentPathTmp + tmpPath; in onSetPath()396 currentPathTmp = currentPathTmp + "/" + tmpPath; in onSetPath()