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

  /external/bluetooth/bluez/tools/
hciattach_ath3k.c 591 #define PATCH_FILE "RamPatch.txt"
603 FW_PATH, rom_version, PATCH_FILE);
801 char patch_file[PATH_MAX]; local
826 get_patch_file_name(dev_type, rom_version, build_version, patch_file);
847 if (patch_file[0] == '\0')
850 stream = fopen(patch_file, "r");
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py 621 patch_file = self._create_patch(patch_contents)
622 self.checkout.apply_patch(patch_file)
    [all...]

Completed in 267 milliseconds