Home
last modified time | relevance | path

Searched refs:temp_file (Results 1 – 25 of 47) sorted by relevance

12

/third_party/boost/libs/iostreams/test/
Dwrite_bidir_test.hpp29 temp_file dest; in write_bidirectional_test()
30 temp_file src; // Dummy; in write_bidirectional_test()
44 temp_file dest; in write_bidirectional_test()
45 temp_file src; // Dummy; in write_bidirectional_test()
59 temp_file dest; in write_bidirectional_test()
60 temp_file src; // Dummy; in write_bidirectional_test()
74 temp_file dest; in write_bidirectional_test()
75 temp_file src; // Dummy; in write_bidirectional_test()
Dtee_test.cpp30 temp_file dest; in read_write_test()
45 temp_file dest; in read_write_test()
59 temp_file dest1; in read_write_test()
60 temp_file dest2; in read_write_test()
73 temp_file dest1; in read_write_test()
74 temp_file dest2; in read_write_test()
88 temp_file dest; in read_write_test()
103 temp_file dest; in read_write_test()
117 temp_file dest1; in read_write_test()
118 temp_file dest2; in read_write_test()
[all …]
Dwrite_output_filter_test.hpp30 temp_file dest; in write_output_filter_test()
44 temp_file dest; in write_output_filter_test()
58 temp_file dest; in write_output_filter_test()
72 temp_file dest; in write_output_filter_test()
86 temp_file dest; in write_output_filter_test()
100 temp_file dest; in write_output_filter_test()
Dwrite_bidir_filter_test.hpp31 temp_file lower2; in write_bidirectional_filter_test()
49 temp_file lower2; in write_bidirectional_filter_test()
66 temp_file lower2; in write_bidirectional_filter_test()
83 temp_file lower2; in write_bidirectional_filter_test()
100 temp_file lower2; in write_bidirectional_filter_test()
117 temp_file lower2; in write_bidirectional_filter_test()
Dwrite_output_test.hpp29 temp_file test2; in write_output_test()
40 temp_file test2; in write_output_test()
51 temp_file test2; in write_output_test()
62 temp_file test2; in write_output_test()
Dwrite_seekable_test.hpp29 temp_file test2; in write_seekable_test()
41 temp_file test2; in write_seekable_test()
53 temp_file test2; in write_seekable_test()
65 temp_file test2; in write_seekable_test()
Dwrite_bidir_streambuf_test.hpp27 temp_file test2; in write_bidirectional_streambuf_test()
42 temp_file test2; in write_bidirectional_streambuf_test()
57 temp_file test2; in write_bidirectional_streambuf_test()
72 temp_file test2; in write_bidirectional_streambuf_test()
Dread_bidir_test.hpp30 temp_file dest; // Dummy. in read_bidirectional_test()
44 temp_file dest; // Dummy. in read_bidirectional_test()
58 temp_file dest; // Dummy. in read_bidirectional_test()
72 temp_file dest; // Dummy. in read_bidirectional_test()
Dwrite_output_ostream_test.hpp28 temp_file test2; in write_output_ostream_test()
42 temp_file test2; in write_output_ostream_test()
70 temp_file test2; in write_output_ostream_test()
Ddual_seekable_test.cpp26 temp_file f; in verification_function_seekable_test()
36 temp_file f; in verification_function_seekable_test()
46 temp_file f; in verification_function_seekable_test()
59 temp_file f; in verification_function_seekable_test()
Dfile_descriptor_test.cpp118 temp_file temp; in file_descriptor_test()
133 temp_file temp; in file_descriptor_test()
148 temp_file temp; in file_descriptor_test()
163 temp_file temp; in file_descriptor_test()
178 temp_file temp; in file_descriptor_test()
271 temp_file temp; in file_descriptor_test()
285 temp_file temp; in file_descriptor_test()
366 temp_file temp; in file_descriptor_test()
390 temp_file temp; in file_descriptor_test()
414 temp_file temp; in file_descriptor_test()
[all …]
Dseekable_file_test.cpp25 temp_file temp; in seekable_file_test()
38 temp_file temp; in seekable_file_test()
/third_party/boost/libs/beast/test/beast/http/
Dfile_body.cpp45 struct temp_file struct in boost::beast::http::file_body_test
47 temp_file(std::ostream& logger) in temp_file() function
52 ~temp_file() in ~temp_file() argument
66 temp_file(temp_file&&) = default;
67 temp_file(temp_file const&) = delete;
68 temp_file& operator=(temp_file&&) = delete;
69 temp_file& operator=(temp_file const&) = delete;
145 auto temp = temp_file(log); in fileBodyUnexpectedEofOnGet()
/third_party/ninja/src/
Dminidump-win32.cc36 char temp_file[MAX_PATH]; in CreateWin32MiniDump() local
37 sprintf(temp_file, "%s\\ninja_crash_dump_%lu.dmp", in CreateWin32MiniDump()
41 DeleteFileA(temp_file); in CreateWin32MiniDump()
60 HANDLE hFile = CreateFileA(temp_file, GENERIC_READ | GENERIC_WRITE, 0, NULL, in CreateWin32MiniDump()
64 temp_file, GetLastErrorString().c_str()); in CreateWin32MiniDump()
84 Warning("minidump created: %s", temp_file); in CreateWin32MiniDump()
/third_party/boost/libs/iostreams/test/detail/
Dtemp_file.hpp32 class temp_file { class
36 temp_file() { set_name(); } in temp_file() function in boost::iostreams::test::temp_file
37 ~temp_file() { (void)std::remove(name_.c_str()); } in ~temp_file()
48 struct test_file : public temp_file {
62 struct uppercase_file : public temp_file {
75 struct lowercase_file : public temp_file {
/third_party/libjpeg/
Djmemansi.c101 if (fseek(info->temp_file, file_offset, SEEK_SET)) in read_backing_store()
103 if (JFREAD(info->temp_file, buffer_address, byte_count) in read_backing_store()
114 if (fseek(info->temp_file, file_offset, SEEK_SET)) in write_backing_store()
116 if (JFWRITE(info->temp_file, buffer_address, byte_count) in write_backing_store()
125 fclose(info->temp_file); in close_backing_store()
144 if ((info->temp_file = tmpfile()) == NULL) in jpeg_open_backing_store()
Djmemname.c208 if (fseek(info->temp_file, file_offset, SEEK_SET)) in read_backing_store()
210 if (JFREAD(info->temp_file, buffer_address, byte_count) in read_backing_store()
221 if (fseek(info->temp_file, file_offset, SEEK_SET)) in write_backing_store()
223 if (JFWRITE(info->temp_file, buffer_address, byte_count) in write_backing_store()
232 fclose(info->temp_file); /* close the file */ in close_backing_store()
251 if ((info->temp_file = fopen(info->temp_name, RW_BINARY)) == NULL) in jpeg_open_backing_store()
Djmemmac.c161 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr ) in read_backing_store()
164 retVal = FSRead ( info->temp_file, &bytes, in read_backing_store()
179 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr ) in write_backing_store()
182 retVal = FSWrite ( info->temp_file, &bytes, in write_backing_store()
192 FSClose ( info->temp_file ); in close_backing_store()
253 osErr = FSpOpenDF ( &theSpec, fsRdWrPerm, &(info->temp_file) ); in jpeg_open_backing_store()
/third_party/flutter/skia/infra/bots/buildstats/
Dbuildstats_web.py40 temp_file = input_file + '_tmp'
41 subprocess.check_call(['cp', input_file, temp_file])
42 subprocess.check_call(['gzip', temp_file])
44 r['gzip_size_bytes'] = os.path.getsize(temp_file + '.gz')
Dbuildstats_wasm.py56 temp_file = input_file + '_tmp'
57 subprocess.check_call(['cp', input_file, temp_file])
58 subprocess.check_call(['gzip', temp_file])
60 r['gzip_size_bytes'] = os.path.getsize(temp_file + '.gz')
/third_party/skia/infra/bots/buildstats/
Dbuildstats_web.py43 temp_file = input_file + '_tmp'
44 subprocess.check_call(['cp', input_file, temp_file])
45 subprocess.check_call(['gzip', temp_file])
47 r['gzip_size_bytes'] = os.path.getsize(temp_file + '.gz')
Dbuildstats_wasm.py58 temp_file = input_file + '_tmp'
59 subprocess.check_call(['cp', input_file, temp_file])
60 subprocess.check_call(['gzip', temp_file])
62 r['gzip_size_bytes'] = os.path.getsize(temp_file + '.gz')
/third_party/flutter/engine/flutter/fml/platform/posix/
Dfile_posix.cc187 auto temp_file = OpenFile(base_directory, temp_file_name.c_str(), true, in WriteAtomically() local
189 if (!temp_file.is_valid()) { in WriteAtomically()
193 if (!TruncateFile(temp_file, data.GetSize())) { in WriteAtomically()
197 FileMapping mapping(temp_file, {FileMapping::Protection::kWrite}); in WriteAtomically()
/third_party/flutter/engine/flutter/fml/platform/win/
Dfile_win.cc342 auto temp_file = in WriteAtomically() local
345 if (!temp_file.is_valid()) { in WriteAtomically()
350 if (!TruncateFile(temp_file, mapping.GetSize())) { in WriteAtomically()
357 FileMapping temp_file_mapping(temp_file, {FileMapping::Protection::kRead, in WriteAtomically()
380 if (!::FlushFileBuffers(temp_file.get())) { in WriteAtomically()
389 temp_file.reset(); in WriteAtomically()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djmemsys.h140 short temp_file; /* file reference number to temp file */ member
145 FILE *temp_file; /* stdio reference to temp file */ member

12