Home
last modified time | relevance | path

Searched refs:AOSP_PATH (Results 1 – 1 of 1) sorted by relevance

/external/v8/
Dmerge.py10 AOSP_PATH = os.getcwd() variable
28 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: