Home
last modified time | relevance | path

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

/dports/devel/py-testtools/testtools-2.5.0/testtools/tests/matchers/
H A Dtest_filesystem.py182 in_temp_dir = lambda x: os.path.join(tempdir, x) function
183 self.touch(in_temp_dir('a'))
184 self.touch(in_temp_dir('b'))
185 tarball = tarfile.open(in_temp_dir('foo.tar.gz'), 'w')
186 tarball.add(in_temp_dir('a'), 'a')
187 tarball.add(in_temp_dir('b'), 'b')
194 in_temp_dir = lambda x: os.path.join(tempdir, x) function
195 self.touch(in_temp_dir('a'))
196 self.touch(in_temp_dir('b'))
198 tarball.add(in_temp_dir('a'), 'a')
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/3rdparty/testtools-0.9.34/testtools/tests/matchers/
H A Dtest_filesystem.py182 in_temp_dir = lambda x: os.path.join(tempdir, x) function
183 self.touch(in_temp_dir('a'))
184 self.touch(in_temp_dir('b'))
185 tarball = tarfile.open(in_temp_dir('foo.tar.gz'), 'w')
186 tarball.add(in_temp_dir('a'), 'a')
187 tarball.add(in_temp_dir('b'), 'b')
194 in_temp_dir = lambda x: os.path.join(tempdir, x) function
195 self.touch(in_temp_dir('a'))
196 self.touch(in_temp_dir('b'))
198 tarball.add(in_temp_dir('a'), 'a')
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dsetup_unittest.cc28 base::ScopedTempDir in_temp_dir; in TEST_F() local
29 ASSERT_TRUE(in_temp_dir.CreateUniqueTempDir()); in TEST_F()
30 base::FilePath in_path = in_temp_dir.GetPath(); in TEST_F()
56 base::ScopedTempDir in_temp_dir; in RunExtensionCheckTest() local
57 ASSERT_TRUE(in_temp_dir.CreateUniqueTempDir()); in RunExtensionCheckTest()
58 base::FilePath in_path = in_temp_dir.GetPath(); in RunExtensionCheckTest()
/dports/devel/gn/gn-1962/src/gn/
H A Dsetup_unittest.cc28 base::ScopedTempDir in_temp_dir; in TEST_F() local
29 ASSERT_TRUE(in_temp_dir.CreateUniqueTempDir()); in TEST_F()
30 base::FilePath in_path = in_temp_dir.GetPath(); in TEST_F()
56 base::ScopedTempDir in_temp_dir; in RunExtensionCheckTest() local
57 ASSERT_TRUE(in_temp_dir.CreateUniqueTempDir()); in RunExtensionCheckTest()
58 base::FilePath in_path = in_temp_dir.GetPath(); in RunExtensionCheckTest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/tools/gn/
H A Dsetup_unittest.cc26 base::ScopedTempDir in_temp_dir; in TEST_F() local
27 ASSERT_TRUE(in_temp_dir.CreateUniqueTempDir()); in TEST_F()
28 base::FilePath in_path = in_temp_dir.GetPath(); in TEST_F()