Lines Matching refs:os
14 import os
27 SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
28 DEFAULT_EXCLUSIONS_FILE = os.path.join(SCRIPT_DIR, "android_exclusions.txt")
73 cwd=os.path.dirname(workspace), shell=True)
123 path = os.path.join(workspace, "build", "core", "build_id.mk")
131 if not os.path.exists(workspace):
132 os.makedirs(workspace)
134 manifest_path = os.path.join(workspace, ".repo", "manifests")
152 workspace = os.path.abspath(DOWNSTREAM_WORKSPACE)
153 upstream_workspace = os.path.abspath(UPSTREAM_WORKSPACE)
181 output_folder = os.path.abspath(tag.replace(" ", "_"))
184 output_folder = os.path.abspath(current_time)
186 if not os.path.exists(output_folder):
187 os.makedirs(output_folder)
193 os.path.join(output_folder, "project.csv"),
194 os.path.join(output_folder, "commit.csv"),
195 os.path.abspath(exclusions_file),