Home
last modified time | relevance | path

Searched refs:find_checkout_root (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/layout_tests/
Ddeduplicate_tests_unittest.py56 checkout_root = scm.find_checkout_root()
191 checkout_root = scm.find_checkout_root()
Ddeduplicate_tests.py111 cwd=scm.find_checkout_root())
176 checkout_root=scm.find_checkout_root()):
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dscm.py44 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)), '')
Dscm_unittest.py48 …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/
Dfind-mismatched-layout-test-results57 paths = [os.path.join(scm.find_checkout_root(), 'LayoutTests')]
Dprint-vse-failure-logs60 … sln_path = os.path.join(scm.find_checkout_root(), "WebKit", "win", "WebKit.vcproj", "WebKit.sln")
/external/webkit/Tools/
DChangeLog-2011-02-1611535 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.
DChangeLog-2010-05-2412014 - Code was also redundant now that SCM.find_checkout_root() exists.