Searched defs:temp_file (Results 1 – 11 of 11) sorted by relevance
34 TempFile temp_file; in Create() local44 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
133 FILE *temp_file = NULL; in DumpSymbolsToTempFile() local
133 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name); in TEST_F() local
570 wchar_t temp_file[MAX_PATH] = {0}; in RegKeyStaticFunctionsTest() local
154 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json")); in TEST() local178 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json")); in TEST() local
129 FileHandle temp_file; in build_kernel() local
279 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name); in TEST_F() local
596 bool CreateTemporaryFileInDir(const FilePath& dir, FilePath* temp_file) { in CreateTemporaryFileInDir()