Searched refs:webkitpy_dir (Results 1 – 2 of 2) sorted by relevance
40 def _find_unittest_files(self, webkitpy_dir): argument44 for dir_path, dir_names, file_names in os.walk(webkitpy_dir):123 webkitpy_dir = os.path.dirname(webkitpy.__file__)126 for path in [webkitpy_dir] + external_package_paths:
141 webkitpy_dir = os.path.join(os.path.dirname(__file__), "webkitpy")142 package_paths = [webkitpy_dir] + external_package_paths146 test_path = os.path.join(webkitpy_dir, "python24",