Home
last modified time | relevance | path

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

/external/v8/tools/node/
Dbackport_node.py46 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)
Dupdate_node.py86 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/
Dnode_util.py26 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/
Dpylibfdt_tests.py93 def GetPropList(self, node_path): argument
103 node = self.fdt.path_offset(node_path)