Home
last modified time | relevance | path

Searched defs:patch_file (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/bootable/deprecated-ota/tests/unit/host/
H A Dimgdiff_test.cpp126 TemporaryFile patch_file; in TEST() local
171 TemporaryFile patch_file; in TEST() local
225 TemporaryFile patch_file; in TEST() local
273 TemporaryFile patch_file; in TEST() local
321 TemporaryFile patch_file; in TEST() local
364 TemporaryFile patch_file; in TEST() local
407 TemporaryFile patch_file; in TEST() local
442 TemporaryFile patch_file; in TEST() local
471 TemporaryFile patch_file; in TEST() local
508 TemporaryFile patch_file; in TEST() local
[all …]
H A Dupdate_simulator_test.cpp72 TemporaryFile patch_file; in CreateBsdiffPatch() local
/aosp_15_r20/external/zucchini/
H A Dzucchini_integration.cc44 base::File patch_file, in GenerateCommon()
99 base::File patch_file, in ApplyCommon()
149 status::Code VerifyPatchCommon(base::File patch_file, in VerifyPatchCommon()
169 base::File patch_file, in Generate()
190 File patch_file(patch_path, File::FLAG_CREATE_ALWAYS | File::FLAG_READ | in Generate() local
201 base::File patch_file, in Apply()
216 File patch_file(patch_path, File::FLAG_OPEN | File::FLAG_READ | in Apply() local
226 status::Code VerifyPatch(base::File patch_file) { in VerifyPatch()
232 File patch_file(patch_path, File::FLAG_OPEN | File::FLAG_READ | in VerifyPatch() local
/aosp_15_r20/system/update_engine/lz4diff/
H A Dlz4diff_main.cc48 const char* patch_file, in ExecuteLz4diff()
86 const char* patch_file, in ExecuteLz4diffOp()
165 const char* patch_file = argc == 6 ? argv[5] : nullptr; in main() local
178 const char* patch_file = argv[5]; in main() local
/aosp_15_r20/system/update_engine/payload_generator/
H A Ddelta_diff_utils_unittest.cc733 ScopedTempFile patch_file; in TEST_F() local
764 ScopedTempFile patch_file; in TEST_F() local
796 ScopedTempFile patch_file; in TEST_F() local
/aosp_15_r20/external/vboot_reference/tests/futility/
H A Dtest_update.sh64 patch_file() { function
/aosp_15_r20/external/zucchini/fuzzers/
H A Dgenerate_fuzzer_data.py35 def gen(old_file, new_file, patch_file, output_file, is_raw, is_win): argument
/aosp_15_r20/external/pytorch/scripts/compile_tests/
H A Dupdate_failures.py41 def patch_file( function
/aosp_15_r20/bootable/deprecated-ota/applypatch/
H A Dapplypatch_modes.cpp59 const std::string& patch_file, const std::string& bonus_file) { in PatchMode()
/aosp_15_r20/external/pigweed/pw_arduino_build/py/pw_arduino_build/
H A Dfile_operations.py240 root_directory, patch_file, ignore_whitespace=True, unsafe_paths=False argument
/aosp_15_r20/bootable/deprecated-ota/tests/unit/
H A Dapplypatch_modes_test.cpp141 TemporaryFile patch_file; in TEST_F() local
H A Dupdater_test.cpp654 TemporaryFile patch_file; in GetEntriesForBsdiff() local
/aosp_15_r20/external/clang/tools/clang-format/
H A Dgit-clang-format292 def extract_lines(patch_file): argument
/aosp_15_r20/external/bcc/scripts/
H A Dgit-clang-format294 def extract_lines(patch_file): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/bin/
Dgit-clang-format352 def extract_lines(patch_file): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/bin/
Dgit-clang-format352 def extract_lines(patch_file): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-stable/bin/
Dgit-clang-format352 def extract_lines(patch_file): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/bin/
Dgit-clang-format352 def extract_lines(patch_file): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/bin/
Dgit-clang-format352 def extract_lines(patch_file): argument
/aosp_15_r20/system/update_engine/payload_consumer/
H A Dvabc_partition_writer_unittest.cc212 TemporaryFile patch_file; in GetNoopBSDIFF() local
/aosp_15_r20/external/bsdiff/
H A Dbspatch.cc154 std::unique_ptr<FileInterface> patch_file = in bspatch() local
/aosp_15_r20/system/update_engine/aosp/
H A Dupdate_attempter_android_integration_test.cc229 ScopedTempFile patch_file{"bspatch.XXXXXX", true}; in HydratePayload() local
/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcreate_cow.cpp123 const std::string& patch_file, const std::string& compression) in CreateSnapshot()
/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Dsnapshotctl.cpp417 std::string patch_file = snapshot_dir_path_ + patch; in WriteSnapshotPatch() local