Searched refs:TARGET_SUBDIR (Results 1 – 2 of 2) sorted by relevance
/external/v8/tools/node/ |
D | backport_node.py | 30 TARGET_SUBDIR = os.path.join("deps", "v8") variable 46 cwd = os.path.join(options.node_path, TARGET_SUBDIR)) 54 subprocess.check_output(["git", "apply", "-3", "--directory=%s" % TARGET_SUBDIR], 65 version_file = os.path.join(options.node_path, TARGET_SUBDIR, VERSION_FILE) 93 ["git", "add", TARGET_SUBDIR], # add files
|
D | update_node.py | 34 TARGET_SUBDIR = os.path.join("deps", "v8") variable 86 target = os.path.join(options.node_path, TARGET_SUBDIR, *repository) 118 file_name = os.path.join(options.node_path, TARGET_SUBDIR, ".gitignore")
|