Home
last modified time | relevance | path

Searched defs:temp_file (Results 1 – 12 of 12) sorted by relevance

/external/perfetto/src/base/
Dtemp_file.cc35 TempFile temp_file; in Create() local
50 TempFile temp_file = TempFile::Create(); in CreateUnlinked() local
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Drtp_file_source.cc36 rtc::scoped_ptr<RtpFileReader> temp_file( in ValidRtpDump() local
42 rtc::scoped_ptr<RtpFileReader> temp_file( in ValidPcap() local
/external/libjpeg-turbo/
Djmemsys.h140 short temp_file; /* file reference number to temp file */ member
145 FILE *temp_file; /* stdio reference to temp file */ member
/external/perf_data_converter/src/quipper/
Dscoped_temp_path_test.cc74 ScopedTempFile temp_file; in TEST() local
90 ScopedTempFile temp_file(prefix); in TEST() local
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator_unittest.cc163 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name); in TEST_F() local
192 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name); in TEST_F() local
/external/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc133 FILE *temp_file = NULL; in DumpSymbolsToTempFile() local
/external/webrtc/webrtc/base/
Dwin32regkey_unittest.cc570 wchar_t temp_file[MAX_PATH] = {0}; in RegKeyStaticFunctionsTest() local
/external/libchrome/base/json/
Djson_value_serializer_unittest.cc152 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json")); in TEST() local
176 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json")); in TEST() local
/external/libxcam/modules/ocl/
Dcl_kernel.cpp129 FileHandle temp_file; in build_kernel() local
/external/libchrome/mojo/public/cpp/system/tests/
Dfile_data_pipe_producer_unittest.cc94 base::File temp_file(temp_file_path, in CreateTempFileWithContents() local
/external/libchrome/base/debug/
Dactivity_tracker_unittest.cc355 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name); in TEST_F() local
/external/libchrome/base/files/
Dfile_util_posix.cc657 bool CreateTemporaryFileInDir(const FilePath& dir, FilePath* temp_file) { in CreateTemporaryFileInDir()