Searched defs:temp_file_1 (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/sandbox/linux/tests/
H A Dscoped_temporary_file_unittest.cc52 ScopedTemporaryFile temp_file_1; local
54 ASSERT_LE(0, temp_file_1.fd());
56 temp_file_name = temp_file_1.full_file_name();
57 base::ScopedFD temp_file_2(open(temp_file_1.full_file_name(), O_RDONLY));
60 ASSERT_TRUE(FullWrite(temp_file_1.fd(), kTestString, sizeof(kTestString)));

Completed in 87 milliseconds