Searched refs:find_checkout_root (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/layout_tests/ |
D | deduplicate_tests_unittest.py | 56 checkout_root = scm.find_checkout_root() 191 checkout_root = scm.find_checkout_root()
|
D | deduplicate_tests.py | 111 cwd=scm.find_checkout_root()) 176 checkout_root=scm.find_checkout_root()):
|
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
D | scm.py | 44 def find_checkout_root(): function 152 self.checkout_root = self.find_checkout_root(self.cwd) 231 def find_checkout_root(path): member in SCM 370 def find_checkout_root(path): member in SVN 646 def find_checkout_root(cls, path): member in Git 656 root_end_with_slash = os.path.join(cls.find_checkout_root(os.path.dirname(filepath)), '')
|
D | scm_unittest.py | 48 …e, commit_error_handler, AuthenticationError, AmbiguousCommitError, find_checkout_root, default_scm 200 dir = find_checkout_root() 206 dir = find_checkout_root() 212 self.assertRaises(SystemExit, find_checkout_root) 223 dir = find_checkout_root()
|
/external/webkit/Tools/Scripts/ |
D | find-mismatched-layout-test-results | 57 paths = [os.path.join(scm.find_checkout_root(), 'LayoutTests')]
|
D | print-vse-failure-logs | 60 … sln_path = os.path.join(scm.find_checkout_root(), "WebKit", "win", "WebKit.vcproj", "WebKit.sln")
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 11535 It turns out that NRWT can't use the code in scm.find_checkout_root() 23715 two new methods in scm.py: find_checkout_root() and default_scm(), 29551 * Fixed Git.find_checkout_root() to make a test pass.
|
D | ChangeLog-2010-05-24 | 12014 - Code was also redundant now that SCM.find_checkout_root() exists.
|