Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/tools/
Dark_aot_compiler.py44 self.aot_compiler = str(self.dev_dir.joinpath('ark_aot_compiler'))
45 self.libark_abc = self.dev_dir.joinpath(
47 self.lib_path = str(self.dev_dir)
Dark.py49 else str(self.dev_dir / 'etsstdlib.an')
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dplatform.py59 ToolBase.dev_dir = self.dev_dir
106 def dev_dir(self) -> Path: member in PlatformBase
188 bu.device_path = self.dev_dir.joinpath(bu.path.name)
207 self.x_sh.push(ToolBase.libs, self.dev_dir)
Dtool.py72 dev_dir: Path