Home
last modified time | relevance | path

Searched refs:scoped_temp_dir (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/zlib/google/
H A Dzip_unittest.cc18 #include "base/files/scoped_temp_dir.h"
518 base::ScopedTempDir scoped_temp_dir; in TEST_F() local
519 ASSERT_TRUE(scoped_temp_dir.CreateUniqueTempDir()); in TEST_F()
520 const base::FilePath& temp_dir = scoped_temp_dir.GetPath(); in TEST_F()
542 base::ScopedTempDir scoped_temp_dir; in TEST_F() local
543 ASSERT_TRUE(scoped_temp_dir.CreateUniqueTempDir()); in TEST_F()
544 const base::FilePath& temp_dir = scoped_temp_dir.GetPath(); in TEST_F()
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_unittest.cc20 #include "base/files/scoped_temp_dir.h"
1103 base::ScopedTempDir scoped_temp_dir; in TEST_F() local
1104 ASSERT_TRUE(scoped_temp_dir.CreateUniqueTempDir()); in TEST_F()
1105 const base::FilePath& temp_dir = scoped_temp_dir.GetPath(); in TEST_F()
1128 base::ScopedTempDir scoped_temp_dir; in TEST_F() local
1129 ASSERT_TRUE(scoped_temp_dir.CreateUniqueTempDir()); in TEST_F()
1130 const base::FilePath& temp_dir = scoped_temp_dir.GetPath(); in TEST_F()
/third_party/node/deps/zlib/google/
H A Dzip_unittest.cc19 #include "base/files/scoped_temp_dir.h"
1103 base::ScopedTempDir scoped_temp_dir; in TEST_F() local
1104 ASSERT_TRUE(scoped_temp_dir.CreateUniqueTempDir()); in TEST_F()
1105 const base::FilePath& temp_dir = scoped_temp_dir.GetPath(); in TEST_F()
1128 base::ScopedTempDir scoped_temp_dir; in TEST_F() local
1129 ASSERT_TRUE(scoped_temp_dir.CreateUniqueTempDir()); in TEST_F()
1130 const base::FilePath& temp_dir = scoped_temp_dir.GetPath(); in TEST_F()

Completed in 5 milliseconds