Home
last modified time | relevance | path

Searched defs:mock_rmtree (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/aidegen/project/
Dproject_splitter_unittest.py382 self, mock_is_dir, mock_is_file, mock_rmtree, mock_unzip, mock_join): argument
403 self, mock_is_dir, mock_dirname, mock_join, mock_rmtree, mock_unzip): argument
/tools/acloud/setup/
Dhost_setup_runner_test.py113 def testRun(self, mock_cmd, mock_rmtree): argument