Searched refs:get_gd_root (Results 1 – 4 of 4) sorted by relevance
/system/bt/gd/cert/ |
D | gd_base_test_lib.py | 28 from cert.os_utils import get_gd_root 48 rootcanal = os.path.join(get_gd_root(), "root-canal") 74 cwd=get_gd_root(),
|
D | os_utils.py | 49 def get_gd_root(): function 105 gd_root_prefix = get_gd_root() + "/"
|
D | gd_device.py | 43 from cert.os_utils import get_gd_root 119 return string.replace("$GD_ROOT", get_gd_root()) \ 206 cwd=get_gd_root(), 308 llvm_binutils = pathlib.Path(get_gd_root()).joinpath("llvm_binutils").joinpath("bin") 333 llvm_binutils = pathlib.Path(get_gd_root()).joinpath("llvm_binutils").joinpath("bin") 366 cwd=os.path.join(get_gd_root())) 378 cwd=os.path.join(get_gd_root())) 422 …self.push_or_die(os.path.join(get_gd_root(), "target", "bluetooth_stack_with_facade"), "system/bin… 423 … self.push_or_die(os.path.join(get_gd_root(), "target", "libbluetooth_gd.so"), "system/lib64") 424 … self.push_or_die(os.path.join(get_gd_root(), "target", "libgrpc++_unsecure.so"), "system/lib64")
|
D | gd_base_test.py | 32 from cert.os_utils import get_gd_root
|