Searched defs:detect_scm_system (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Ddetection.py55 scm_system = self.detect_scm_system(cwd, patch_directories)
58 scm_system = self.detect_scm_system(script_directory, patch_directories)
65 def detect_scm_system(self, path, patch_directories=None): member in class:SCMDetector
82 def detect_scm_system(path, patch_directories=None): function
83 return SCMDetector(FileSystem(), Executive()).detect_scm_system(path, patch_directories)
H A Dscm_unittest.py39 from webkitpy.common.checkout.scm.detection import detect_scm_system namespace
262 self.scm = detect_scm_system(self.svn_checkout_path)
270 scm = detect_scm_system(".")
325 self.untracking_scm = detect_scm_system(self.untracking_checkout_path)
330 self.tracking_scm = detect_scm_system(self.tracking_git_checkout_path)
370 self.scm = detect_scm_system(self.git_checkout_path)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/bindings/
H A Dmain.py28 from webkitpy.common.checkout.scm.detection import detect_scm_system namespace
273 current_scm = detect_scm_system(os.curdir)

Completed in 111 milliseconds