Searched refs:tmp_file (Results 1 – 2 of 2) sorted by relevance
151 tmp_file="$result_dir/tmp_mrc"152 cat "$fn" | sort -t ',' -k1,1 -k4,4n > "$tmp_file"153 cat "$tmp_file" > "$fn"154 rm -rf "$tmp_file"
49 std::unique_ptr<WritableFile> tmp_file; in Truncate() local50 s = env->NewWritableFile(tmp_name, &tmp_file, options); in Truncate()52 s = tmp_file->Append(result); in Truncate()