Searched defs:mock_isdir (Results 1 – 5 of 5) sorted by relevance
/external/toolchain-utils/llvm_tools/ |
D | patch_manager_unittest.py | 29 def testInvalidDirectoryPassedAsCommandLineArgument(self, mock_isdir): argument 46 def testValidDirectoryPassedAsCommandLineArgument(self, mock_isdir): argument 105 def testInvalidPathToFilesDirWhenConstructingPathToPatch(self, mock_isdir): argument 127 def testConstructedPathToPatchDoesNotExist(self, mock_isfile, mock_isdir): argument 153 def testConstructedPathToPatchSuccessfully(self, mock_isfile, mock_isdir): argument 207 def testFailedToApplyPatchWhenPatchPathIsInvalid(self, mock_isdir): argument 231 mock_isdir): argument 261 def testSuccessfullyAppliedPatch(self, mock_dry_run, mock_isfile, mock_isdir): argument
|
D | update_chromeos_llvm_next_hash_unittest.py | 251 def testFailedToCreateRepoForInvalidDirectoryPath(self, mock_isdir): argument 275 def testSuccessfullyCreatedRepo(self, mock_command_output, mock_isdir): argument 290 def testFailedToDeleteRepoForInvalidDirectoryPath(self, mock_isdir): argument 314 def testSuccessfullyDeletedRepo(self, mock_command_output, mock_isdir): argument 355 def testFailedToUploadChangesForInvalidPathDirectory(self, mock_isdir): argument 385 mock_command_output, mock_isdir): argument 428 mock_command_output, mock_isdir): argument
|
D | llvm_patch_management_unittest.py | 29 def testInvalidChrootPathWhenGetPathToFilesDir(self, mock_isdir): argument 49 self, mock_get_relative_path_of_chroot_path, mock_chroot_cmd, mock_isdir): argument
|
/external/toolchain-utils/crosperf/ |
D | results_cache_unittest.py | 464 def test_copy_files_to(self, mock_copyfiles, mock_runcmd, mock_isdir): argument 1867 def test_read_result(self, mock_create, mock_isdir, mock_runcmd): argument
|
D | machine_manager_unittest.py | 87 def setUp(self, mock_isdir): argument
|