Searched refs:patch_path (Results  1 – 10 of 10) sorted by relevance
| /external/zucchini/ | 
| D | zucchini_integration.cc | 181                       const base::FilePath& patch_path,  in Generate()  argument 190   File patch_file(patch_path, File::FLAG_CREATE_ALWAYS | File::FLAG_READ |  in Generate() 194   const FileNames file_names(old_path, new_path, patch_path);  in Generate() 210                    const base::FilePath& patch_path,  in Apply()  argument 216   File patch_file(patch_path, File::FLAG_OPEN | File::FLAG_READ |  in Apply() 221   const FileNames file_names(old_path, new_path, patch_path);  in Apply() 230 status::Code VerifyPatch(const base::FilePath& patch_path) {  in VerifyPatch()  argument 232   File patch_file(patch_path, File::FLAG_OPEN | File::FLAG_READ |  in VerifyPatch() 234   return VerifyPatchCommon(std::move(patch_file), patch_path);  in VerifyPatch()
  | 
| D | zucchini_integration.h | 42                       const base::FilePath& patch_path, 62                    const base::FilePath& patch_path, 74 status::Code VerifyPatch(const base::FilePath& patch_path);
  | 
| /external/puffin/src/ | 
| D | patching_unittest.cc | 137   string patch_path;  in TestPatching()  local 138   ASSERT_TRUE(MakeTempFile(&patch_path, nullptr));  in TestPatching() 139   ScopedPathUnlinker scoped_unlinker(patch_path);  in TestPatching() 141                        {bsdiff::CompressorType::kBZ2}, patch_path, &patch_out));  in TestPatching()
  | 
| /external/zucchini/aosp/include/components/zucchini/ | 
| D | zucchini_integration.h | 42                       const base::FilePath& patch_path, 62                    const base::FilePath& patch_path, 74 status::Code VerifyPatch(const base::FilePath& patch_path);
  | 
| /external/toolchain-utils/llvm_tools/ | 
| D | update_chromeos_llvm_hash.py | 494             for patch_path in patch_info_dict["disabled_patches"]: 495                 commit_messages.append(os.path.basename(patch_path)) 501             for patch_path in patch_info_dict["removed_patches"]: 502                 commit_messages.append(os.path.basename(patch_path))
  | 
| D | patch_utils.py | 218             with self.patch_path().open(encoding="utf-8") as f: 222     def patch_path(self) -> Path:  member in PatchEntry 253         abs_patch_path = self.patch_path().absolute()
  | 
| D | patch_manager.py | 212         return (str(pe.patch_path()) for pe in patches)
  | 
| D | patch_utils_unittest.py | 69                 entry.patch_path(), Path("/home/dir") / d["rel_patch_path"]
  | 
| /external/toolchain-utils/rust_tools/ | 
| D | rust_uprev.py | 338     patch_path = directory / "files" 341     for f in os.listdir(patch_path): 347             os.path.join(patch_path, f), 348             os.path.join(patch_path, new_name), 352         ["git", "add", f"{new_prefix}*.patch"], cwd=patch_path
  | 
| /external/python/pyfakefs/ | 
| D | CHANGES.md | 510     * parameter `patch_path` has been removed from `UnitTest` and `Patcher`,
  |