Lines Matching refs:os
36 import os
50 for dirpath, dirnames, filenames in os.walk(build_directory):
53 file_path = os.path.join(dirpath, file_name)
59 script_path = os.path.join(self._scripts_directory(), "print-msvc-project-dependencies")
60 sln_path = os.path.join(scm.find_checkout_root(), "WebKit", "win", "WebKit.vcproj", "WebKit.sln")
69 project_name = os.path.basename(os.path.dirname(os.path.dirname(log_path)))
81 build_directory_script_path = os.path.join(self._scripts_directory(), "webkit-build-directory")
86 return os.path.join(build_directory, "obj")
89 return os.path.dirname(__file__)