Home
last modified time | relevance | path

Searched refs:new_tmpdir (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/process/
Dprocess_util_unittest.cc299 ScopedTempDir new_tmpdir; in TEST_F() local
300 ASSERT_TRUE(new_tmpdir.CreateUniqueTempDir()); in TEST_F()
301 base::FilePath staged_file_path = new_tmpdir.GetPath().Append("staged"); in TEST_F()
309 base::File(base::FilePath(new_tmpdir.GetPath()), in TEST_F()