Searched refs:filesdir_path (Results 1 – 4 of 4) sorted by relevance
/external/toolchain-utils/llvm_tools/ |
D | patch_manager_unittest.py | 320 filesdir_path = '/abs/path/to/filesdir' 328 def PathToPatchDoesNotExist(filesdir_path, rel_patch_path): argument 330 filesdir_path, rel_patch_path)) 353 patch_manager.HandlePatches(revision, json_test_file, filesdir_path, 360 mock_get_path_to_patch.assert_called_once_with(filesdir_path, 369 filesdir_path = '/abs/path/to/filesdir' 399 patch_manager.HandlePatches(revision, json_test_file, filesdir_path, 405 mock_get_path_to_patch.assert_called_once_with(filesdir_path, 451 def MultipleCallsToGetPatchPath(call_count, filesdir_path, rel_patch_path): argument 452 self.assertEqual(filesdir_path, abs_path_to_filesdir) [all …]
|
D | patch_manager.py | 177 def GetPathToPatch(filesdir_path, rel_patch_path): argument 191 if not os.path.isdir(filesdir_path): 192 raise ValueError('Invalid path to $FILESDIR provided: %s' % filesdir_path) 195 patch_path = os.path.join(filesdir_path, rel_patch_path) 297 patch_metadata_file, filesdir_path, num_patches): argument 310 '--filesdir_path', filesdir_path, '--src_path', src_path, 369 filesdir_path, argument 467 path_to_patch = GetPathToPatch(filesdir_path, 558 patch_metadata_file, filesdir_path, patch_dict_index + 1) 742 args_output.filesdir_path, args_output.src_path,
|
D | llvm_patch_management.py | 221 filesdir_path = GetPathToFilesDirectory(chroot_path, cur_package) 225 patch_metadata_path = os.path.join(filesdir_path, patch_metadata_file) 234 svn_version, patch_metadata_path, filesdir_path, src_path, mode)
|
D | README.md | 174 --filesdir_path /abs/path/to/$FILESDIR \ 185 --filesdir_path /abs/path/to/$FILESDIR \ 196 --filesdir_path /abs/path/to/$FILESDIR \ 207 --filesdir_path /abs/path/to/$FILESDIR \ 220 --filesdir_path /abs/path/to/$FILESDIR \
|