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

  /external/clearsilver/python/
Makefile 28 CC="$(CC)" LDSHARED="$(LDSHARED)" $(PYTHON) setup.py build_ext --inplace
34 $(PYTHON) setup.py build_ext --inplace
  /external/webkit/WebKitTools/Scripts/webkitpy/
changelogs.py 31 import fileinput # inplace file editing for set_reviewer_in_changelog namespace
113 # inplace=1 creates a backup file and re-directs stdout to the file
114 for line in fileinput.FileInput(self.path, inplace=1):
131 # inplace=1 creates a backup file and re-directs stdout to the file
132 for line in fileinput.FileInput(self.path, inplace=1):

Completed in 22 milliseconds