HomeSort by relevance Sort by last modified time
    Searched refs:patch_file (Results 1 - 10 of 10) sorted by null

  /external/v8/tools/
find-commit-for-patch.py 16 parser.add_argument("patch_file", help="Patch file to match")
30 def FindFilesInPatch(patch_file):
33 with open(patch_file) as patch:
86 files = FindFilesInPatch(args.patch_file)
  /external/v8/tools/release/
git_recipes.py 200 def GitApplyPatch(self, patch_file, reverse=False, **kwargs):
201 assert patch_file
205 args.append(Quoted(patch_file))
common_includes.py 610 def WaitForResolvingConflicts(self, patch_file):
625 def ApplyPatch(self, patch_file, revert=False):
627 self.GitApplyPatch(patch_file, revert)
629 self.WaitForResolvingConflicts(patch_file)
  /bootable/recovery/tests/component/
applypatch_test.cpp 82 patch_file = from_testdata_base("patch.bsdiff");
105 static std::string patch_file; member in class:ApplyPatchTest
163 ASSERT_EQ(0, LoadFileContents(&patch_file[0], &fc));
199 std::string ApplyPatchTest::patch_file; member in class:ApplyPatchTest
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_ar3k.c 72 char patch_file[PATH_MAX]; variable
369 #define PATCH_FILE "RamPatch.txt"
380 snprintf(path, MAXPATHLEN, "%s%x/%s", FW_PATH, rom_version, PATCH_FILE);
971 char patch_file[PATH_MAX]; local
996 get_patch_file_name(dev_type, rom_version, build_version, patch_file);
1020 if (patch_file[0] == '\0')
1023 stream = fopen(patch_file, "r");
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_ar3k.c 72 char patch_file[PATH_MAX]; variable
369 #define PATCH_FILE "RamPatch.txt"
380 snprintf(path, MAXPATHLEN, "%s%x/%s", FW_PATH, rom_version, PATCH_FILE);
971 char patch_file[PATH_MAX]; local
996 get_patch_file_name(dev_type, rom_version, build_version, patch_file);
1020 if (patch_file[0] == '\0')
1023 stream = fopen(patch_file, "r");
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_ar3k.c 72 char patch_file[PATH_MAX]; variable
369 #define PATCH_FILE "RamPatch.txt"
380 snprintf(path, MAXPATHLEN, "%s%x/%s", FW_PATH, rom_version, PATCH_FILE);
971 char patch_file[PATH_MAX]; local
996 get_patch_file_name(dev_type, rom_version, build_version, patch_file);
1020 if (patch_file[0] == '\0')
1023 stream = fopen(patch_file, "r");
    [all...]
  /external/clang/tools/clang-format/
git-clang-format 270 def extract_lines(patch_file):
271 """Extract the changed lines in `patch_file`.
280 for line in patch_file:
  /system/update_engine/payload_generator/
delta_diff_utils.cc 705 brillo::Blob patch_file; local
  /external/autotest/client/virt/
virt_utils.py     [all...]

Completed in 882 milliseconds