Home | History | Annotate | Download | only in webkitpy

Lines Matching full:path

32 import os.path
166 patch_path = os.path.join(self.svn_checkout_path, 'patch.diff')
175 webkit_scm = detect_scm_system(os.path.dirname(os.path.abspath(__file__)))
178 os.mkdir(os.path.dirname(local_scripts_directory))
278 self.assertFalse(os.path.exists('fizzbuzz7.gif'))
395 test_dir_path = os.path.join(self.svn_checkout_path, 'test_dir')
397 test_file_path = os.path.join(test_dir_path, 'test_file2')
402 scripts_path = os.path.join(self.svn_checkout_path, 'WebKitTools', 'Scripts')
404 create_patch_path = os.path.join(scripts_path, 'svn-create-patch')
414 self.assertEqual("%s\n" % os.path.realpath(scm.checkout_root), patch_contents) # Add a \n because echo adds a \n.
497 svn_test_file = os.path.join(self.svn_checkout_path, 'test_file')
501 git_test_file = os.path.join(self.git_checkout_path, 'test_file')
567 test_file_path = os.path.join(self.git_checkout_path, test_file_name)