OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ApplyPatch
(Results
1 - 8
of
8
) sorted by null
/external/webkit/WebKitTools/Scripts/webkitpy/steps/
applypatchwithlocalcommit.py
29
from webkitpy.steps.
applypatch
import
ApplyPatch
32
class ApplyPatchWithLocalCommit(
ApplyPatch
):
37
] +
ApplyPatch
.options()
40
ApplyPatch
.run(self, state)
applypatch.py
33
class
ApplyPatch
(AbstractStep):
__init__.py
30
from webkitpy.steps.
applypatch
import
ApplyPatch
/external/webkit/WebKitTools/Scripts/webkitpy/commands/
download.py
160
steps.
ApplyPatch
,
172
steps.
ApplyPatch
,
211
steps.
ApplyPatch
,
/build/tools/releasetools/
both_generator.py
52
def
ApplyPatch
(self, *a): self._DoBoth("
ApplyPatch
", *a)
amend_generator.py
97
out = ["run_program PACKAGE:
applypatch
-c %s" % (filename,)]
101
self.included_files.add(("applypatch_static", "
applypatch
"))
110
self.script.append("run_program PACKAGE:
applypatch
-s %d" % (amount,))
111
self.included_files.add(("applypatch_static", "
applypatch
"))
155
def
ApplyPatch
(self, srcfile, tgtfile, tgtsize, tgtsha1, *patchpairs):
160
raise ValueError("bad patches given to
ApplyPatch
")
162
("run_program PACKAGE:
applypatch
%s %s %s %d " %
166
self.included_files.add(("applypatch_static", "
applypatch
"))
edify_generator.py
166
def
ApplyPatch
(self, srcfile, tgtfile, tgtsize, tgtsha1, *patchpairs):
171
raise ValueError("bad patches given to
ApplyPatch
")
ota_from_target_files
329
if !
applypatch
-c MTD:recovery:%(header_size)d:%(header_sha1)s; then
331
applypatch
MTD:boot:%(boot_size)d:%(boot_sha1)s MTD:recovery %(recovery_sha1)s %(recovery_size)d %(boot_sha1)s:/system/recovery-from-boot.p
683
# 0.8 for applying patches (
ApplyPatch
calls)
742
script.
ApplyPatch
("/"+fn, "-", tf.size, tf.sha1, sf.sha1, "patch/"+fn+".p")
751
script.
ApplyPatch
("MTD:boot:%d:%s:%d:%s"
Completed in 209 milliseconds