Searched refs:node_path (Results 1 – 4 of 4) sorted by relevance
/external/v8/tools/node/ |
D | backport_node.py | 46 cwd = os.path.join(options.node_path, TARGET_SUBDIR)) 55 stdin=patch.stdout, cwd=options.node_path) 65 version_file = os.path.join(options.node_path, TARGET_SUBDIR, VERSION_FILE) 97 subprocess.check_call(command, cwd=options.node_path) 109 options.node_path = os.path.abspath(options.node_path) 110 assert os.path.isdir(options.node_path) 122 subprocess.check_output(["git", "reset", "--hard"], cwd=options.node_path)
|
D | update_node.py | 86 target = os.path.join(options.node_path, TARGET_SUBDIR, *repository) 118 file_name = os.path.join(options.node_path, TARGET_SUBDIR, ".gitignore") 149 subprocess.check_call(command, cwd=options.node_path) 162 assert os.path.isdir(options.node_path) 163 options.node_path = os.path.abspath(options.node_path)
|
/external/chromium-trace/catapult/common/node_runner/node_runner/ |
D | node_util.py | 26 self.node_path = self.bm.FetchPath('node', self.os_name, self.arch_name) 38 subprocess.call([self.node_path, self.npm_path, 'install']) 50 return _NODE_MANAGER.node_path
|
/external/dtc/tests/ |
D | pylibfdt_tests.py | 93 def GetPropList(self, node_path): argument 103 node = self.fdt.path_offset(node_path)
|