Home
last modified time | relevance | path

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

/external/v8/tools/
Dtry_perf.py59 V8_BASE = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) variable
70 subprocess.check_call(' '.join(cmd), shell=True, cwd=V8_BASE)
109 'update_depot_tools', shell=True, stderr=subprocess.STDOUT, cwd=V8_BASE)
/external/v8/tools/release/
Dcommon_includes.py57 V8_BASE = os.path.dirname( variable
63 path_to_depot_tools = os.path.join(V8_BASE, 'third_party', 'depot_tools')
757 if os.path.realpath(self.default_cwd) == os.path.realpath(V8_BASE):