Home
last modified time | relevance | path

Searched refs:patch_path (Results 1 – 10 of 10) sorted by relevance

/external/zucchini/
Dzucchini_integration.cc181 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()
Dzucchini_integration.h42 const base::FilePath& patch_path,
62 const base::FilePath& patch_path,
74 status::Code VerifyPatch(const base::FilePath& patch_path);
/external/puffin/src/
Dpatching_unittest.cc137 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/
Dzucchini_integration.h42 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/
Dupdate_chromeos_llvm_hash.py494 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))
Dpatch_utils.py218 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()
Dpatch_manager.py212 return (str(pe.patch_path()) for pe in patches)
Dpatch_utils_unittest.py69 entry.patch_path(), Path("/home/dir") / d["rel_patch_path"]
/external/toolchain-utils/rust_tools/
Drust_uprev.py338 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/
DCHANGES.md510 * parameter `patch_path` has been removed from `UnitTest` and `Patcher`,