Searched defs:temp_file (Results 1 – 12 of 12) sorted by relevance
35 TempFile temp_file; in Create() local50 TempFile temp_file = TempFile::Create(); in CreateUnlinked() local
36 rtc::scoped_ptr<RtpFileReader> temp_file( in ValidRtpDump() local42 rtc::scoped_ptr<RtpFileReader> temp_file( in ValidPcap() local
140 short temp_file; /* file reference number to temp file */ member145 FILE *temp_file; /* stdio reference to temp file */ member
74 ScopedTempFile temp_file; in TEST() local90 ScopedTempFile temp_file(prefix); in TEST() local
163 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name); in TEST_F() local192 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name); in TEST_F() local
133 FILE *temp_file = NULL; in DumpSymbolsToTempFile() local
570 wchar_t temp_file[MAX_PATH] = {0}; in RegKeyStaticFunctionsTest() local
152 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json")); in TEST() local176 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json")); in TEST() local
129 FileHandle temp_file; in build_kernel() local
94 base::File temp_file(temp_file_path, in CreateTempFileWithContents() local
355 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name); in TEST_F() local
657 bool CreateTemporaryFileInDir(const FilePath& dir, FilePath* temp_file) { in CreateTemporaryFileInDir()