Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java252 String tmp_path = null; in onSetPath() local
254 tmp_path = (String)request.getHeader(HeaderSet.NAME); in onSetPath()
259 if (D) Log.d(TAG, "backup=" + backup + " create=" + create + " name=" + tmp_path); in onSetPath()
267 if (tmp_path == null) { in onSetPath()
270 current_path_tmp = current_path_tmp + "/" + tmp_path; in onSetPath()