Searched refs:status_command (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
D | scm.py | 185 print self.run(self.status_command(), error_handler=Executive.ignore_error) 200 def run_status_and_extract_filenames(self, status_command, status_regexp): argument 203 for line in self.run(status_command, cwd=self.checkout_root).splitlines(): 244 def status_command(self): member in SCM 420 def status_command(self): member in SVN 446 status_command = ["svn", "status"] 447 status_command.extend(self._patch_directories) 449 return self.run_status_and_extract_filenames(status_command, self._status_regexp("ACDMR")) 454 status_command = ["svn", "diff", "--summarize", "-c", revision] 455 return self.run_status_and_extract_filenames(status_command, self._status_regexp("ACDMR")) [all …]
|
/external/kernel-headers/original/linux/ |
D | hdreg.h | 103 unsigned status_command : 1; member
|
/external/webkit/Tools/ |
D | ChangeLog-2010-05-24 | 6948 …- The new unit tests found a bug in Git.status_command, change to use git diff --name-status inste…
|