Home
last modified time | relevance | path

Searched refs:get_gd_root (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dtopshim_base_test.py26 from blueberry.tests.gd.cert.os_utils import get_gd_root
27 from blueberry.tests.gd.cert.os_utils import get_gd_root
61 rootcanal = os.path.join(get_gd_root(), "root-canal")
85 cwd=get_gd_root(),
Dtopshim_device.py21 from blueberry.tests.gd.cert.os_utils import get_gd_root
46 return string.replace("$GD_ROOT", get_gd_root()) \
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dos_utils.py49 def get_gd_root(): function
114 gd_root_prefix = get_gd_root() + "/"
Dgd_device.py40 from blueberry.tests.gd.cert.os_utils import get_gd_root
99 return string.replace("$GD_ROOT", get_gd_root()) \
198 cwd=get_gd_root(),
323 llvm_binutils = pathlib.Path(get_gd_root()).joinpath("llvm_binutils").joinpath("bin")
378 llvm_binutils = pathlib.Path(get_gd_root()).joinpath("llvm_binutils").joinpath("bin")
404 llvm_binutils = pathlib.Path(get_gd_root()).joinpath("llvm_binutils").joinpath("bin")
423 cwd=os.path.join(get_gd_root()))
441 cwd=os.path.join(get_gd_root()))
490 local_dir = os.path.join(get_gd_root(), "target")
Dgd_base_test.py31 from blueberry.tests.gd.cert.os_utils import get_gd_root
161 rootcanal = os.path.join(get_gd_root(), "root-canal")
185 cwd=get_gd_root(),