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

  /ndk/build/tools/
cleanup-headers.sh 160 PATCH_FILE=$PATCH_PLATFORM_DIR/headers.patch
161 if [ -f "$PATCH_FILE" ]; then
162 cd $NEW_PLATFORM_DIR && patch -p1 -s < $PATCH_FILE
  /external/chromium_org/v8/tools/push-to-trunk/
push_to_trunk.py 46 PATCH_FILE: "/tmp/v8-push-to-trunk-tempfile-patch-file",
247 self.Config(PATCH_FILE))
284 self.ApplyPatch(self.Config(PATCH_FILE))
285 Command("rm", "-f %s*" % self.Config(PATCH_FILE))
test_scripts.py 60 PATCH_FILE: "/tmp/test-v8-push-to-trunk-tempfile-patch",
629 patch = FileToText(TEST_CONFIG[ PATCH_FILE])
749 Git("apply --index --reject \"%s\"" % TEST_CONFIG[PATCH_FILE], ""),
    [all...]
common_includes.py 51 PATCH_FILE = "PATCH_FILE"
418 def WaitForResolvingConflicts(self, patch_file):
433 def ApplyPatch(self, patch_file, revert=False):
435 self.GitApplyPatch(patch_file, revert)
437 self.WaitForResolvingConflicts(patch_file)

Completed in 90 milliseconds