Lines Matching refs:os
26 import os
42 tmp_WebKit = os.path.join("/tmp", "WebKit")
43 if not os.path.exists(tmp_WebKit):
44 os.mkdir(tmp_WebKit)
48 parent = os.pardir
49 script_location = os.path.abspath(os.path.dirname(sys.argv[0]))
50 android_tree_root = os.path.join(script_location, parent, parent, parent, parent, parent)
51 android_tree_root = os.path.normpath(android_tree_root)
54 webkit_path = os.path.join("external", "webkit")
57 layout_tests_path = os.path.normpath(os.path.join(os.getcwd(), options.tests_root_directory))
59 layout_tests_path = os.path.join(webkit_path, "LayoutTests")
60 http_conf_path = os.path.join(layout_tests_path, "http", "conf")
63 envvars_path = os.path.join("/etc", "apache2", "envvars")
66 error_log_path = os.path.join(tmp_WebKit, "apache2-error.log")
67 custom_log_path = os.path.join(tmp_WebKit, "apache2-access.log")
80 directives += " -c \"DocumentRoot " + os.path.join(layout_tests_path, "http", "tests/") + "\""
83 os.path.join(webkit_path, "Tools", "DumpRenderTree", "android") + "\""
85 os.path.join(webkit_path, "ThirdPartyProject.prop") + "\""
96 directives += " -c \"SSLCertificateFile " + os.path.join(http_conf_path, "webkit-httpd.pem") + \
101 os.path.join(android_tree_root, http_conf_path, "mime.types") + "\""
103 os.path.join(android_tree_root, http_conf_path, "apache2-debian-httpd.conf")