Searched refs:rel_patch_path (Results 1 – 3 of 3) sorted by relevance
/external/toolchain-utils/llvm_tools/ |
D | patch_manager_unittest.py | 108 rel_patch_path = 'cherry/fixes_stdout.patch' 113 patch_manager.GetPathToPatch(abs_path_to_filesdir, rel_patch_path) 130 rel_patch_path = 'cherry/fixes_stdout.patch' 132 abs_patch_path = os.path.join(abs_path_to_filesdir, rel_patch_path) 137 patch_manager.GetPathToPatch(abs_path_to_filesdir, rel_patch_path) 141 'exist' % (abs_patch_path, rel_patch_path)) 156 rel_patch_path = 'cherry/fixes_stdout.patch' 158 abs_patch_path = os.path.join(abs_path_to_filesdir, rel_patch_path) 161 patch_manager.GetPathToPatch(abs_path_to_filesdir, rel_patch_path), 324 rel_patch_path = 'cherry/fixes_output.patch' [all …]
|
D | cherrypick_cl.py | 36 rel_patch_path = os.path.join(relative_patches_dir, file_name) 40 if rel_path == rel_patch_path: 61 'rel_patch_path': rel_patch_path,
|
D | patch_manager.py | 177 def GetPathToPatch(filesdir_path, rel_patch_path): argument 195 patch_path = os.path.join(filesdir_path, rel_patch_path) 199 (patch_path, rel_patch_path))
|