Home
last modified time | relevance | path

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

/external/toolchain-utils/crosperf/
Dresults_cache_unittest.py700 mock_getpath): argument
711 mock_getpath.reset_mock()
724 mock_getpath.return_value = TMP_DIR1
743 self.assertEqual(mock_getpath.call_count, 1)
753 mock_getpath.return_value = '/tmp/tmpJCajRG'
776 def test_get_samples(self, mock_chrootruncmd, mock_getpath): argument
780 mock_getpath.return_value = fake_file
1232 def test_generate_perf_report_files(self, mock_chrootruncmd, mock_getpath): argument
1236 mock_getpath.return_value = fake_file
1251 mock_getpath): argument
[all …]