Searched refs:AOSP_PATH (Results 1 – 1 of 1) sorted by relevance
10 AOSP_PATH = os.getcwd() variable28 current_files = [f for f in os.listdir(AOSP_PATH) if not f.startswith(".")]32 path = os.path.join(AOSP_PATH, file)47 path = os.path.join(AOSP_PATH, file)60 with open(os.path.join(AOSP_PATH, "include/v8-version.h"), 'r') as f:92 with open(os.path.join(AOSP_PATH, "V8_MERGE_REVISION"), 'w') as f: