Lines Matching refs:path
27 SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
28 DEFAULT_EXCLUSIONS_FILE = os.path.join(SCRIPT_DIR, "android_exclusions.txt")
114 path = os.path.join(workspace, "build", "core", "build_id.mk")
115 return subprocess.check_output("source %s && echo $BUILD_ID" % path,
122 if not os.path.exists(workspace):
125 manifest_path = os.path.join(workspace, ".repo", "manifests")
143 workspace = os.path.abspath(DOWNSTREAM_WORKSPACE)
144 upstream_workspace = os.path.abspath(UPSTREAM_WORKSPACE)
172 output_folder = os.path.abspath(tag.replace(" ", "_"))
175 output_folder = os.path.abspath(current_time)
177 if not os.path.exists(output_folder):
184 os.path.join(output_folder, "project.csv"),
185 os.path.join(output_folder, "commit.csv"),
186 os.path.abspath(exclusions_file),