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.java272 String tmp_path = null; in onSetPath() local
274 tmp_path = (String)request.getHeader(HeaderSet.NAME); in onSetPath()
279 if (D) Log.d(TAG, "backup=" + backup + " create=" + create + " name=" + tmp_path); in onSetPath()
287 if (tmp_path == null) { in onSetPath()
290 current_path_tmp = current_path_tmp + "/" + tmp_path; in onSetPath()