HomeSort by relevance Sort by last modified time
    Searched refs:tmp_path (Results 1 - 2 of 2) sorted by null

  /frameworks/base/cmds/dumpstate/
dumpstate.c 224 char path[PATH_MAX], tmp_path[PATH_MAX]; local
239 strlcpy(tmp_path, path, sizeof(tmp_path));
240 strlcat(tmp_path, ".tmp", sizeof(tmp_path));
241 gzip_pid = redirect_to_file(stdout, tmp_path, do_compress);
270 if (use_outfile && rename(tmp_path, path)) {
271 fprintf(stderr, "rename(%s, %s): %s\n", tmp_path, path, strerror(errno));
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 262 String tmp_path = null; local
264 tmp_path = (String)request.getHeader(HeaderSet.NAME);
269 if (D) Log.d(TAG, "backup=" + backup + " create=" + create + " name=" + tmp_path);
277 if (tmp_path == null) {
280 current_path_tmp = current_path_tmp + "/" + tmp_path;
    [all...]

Completed in 11 milliseconds