Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
Dfile_handle.py12 def __init__(self, temp_file=None, absolute_path=None): argument
56 def FromTempFile(temp_file): argument
/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.h139 short temp_file; /* file reference number to temp file */ member
144 FILE * temp_file; /* stdio reference to temp file */ member
/external/opencv3/3rdparty/libjpeg/
Djmemsys.h160 short temp_file; /* file reference number to temp file */ member
165 FILE * temp_file; /* stdio reference to temp file */ member
/external/pdfium/third_party/libjpeg/
Djmemsys.h132 FXSYS_FILE * temp_file; /* stdio reference to temp file */ member
/external/libchrome/base/trace_event/
Dprocess_memory_maps_dump_provider_unittest.cc110 FILE* temp_file = CreateAndOpenTemporaryFile(&temp_path); in CreateAndSetSmapsFileForTesting() local
/external/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc133 FILE *temp_file = NULL; in DumpSymbolsToTempFile() local
/external/libchrome/base/json/
Djson_value_serializer_unittest.cc154 FilePath temp_file(tempdir.path().AppendASCII("test.json")); in TEST() local
178 FilePath temp_file(tempdir.path().AppendASCII("test.json")); in TEST() local
/external/webrtc/webrtc/base/
Dwin32regkey_unittest.cc570 wchar_t temp_file[MAX_PATH] = {0}; in RegKeyStaticFunctionsTest() local
/external/opencv3/modules/core/src/
Dsystem.cpp554 std::wstring temp_file = GetTempFileNameWinRT(L"ocv"); in tempfile() local
568 char temp_file[MAX_PATH] = { 0 }; in tempfile() local
/external/libchrome/base/files/
Dfile_util_posix.cc528 bool CreateTemporaryFileInDir(const FilePath& dir, FilePath* temp_file) { in CreateTemporaryFileInDir()
/external/netperf/src/
Dnetlib.c1851 char temp_file[] = {"netperfXXXXXX\0"}; in alloc_sendfile_buf_ring() local