Home
last modified time | relevance | path

Searched defs:mock_isdir (Results 1 – 5 of 5) sorted by relevance

/external/toolchain-utils/llvm_tools/
Dpatch_manager_unittest.py29 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
Dupdate_chromeos_llvm_next_hash_unittest.py251 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
Dllvm_patch_management_unittest.py29 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/
Dresults_cache_unittest.py464 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
Dmachine_manager_unittest.py87 def setUp(self, mock_isdir): argument