Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DRootcanalUtils.java166 copySystemLibToVendorIfMissing("libchrome.so"); in enableRootcanal()
167 copySystemLibToVendorIfMissing("android.hardware.bluetooth@1.1.so"); in enableRootcanal()
168 copySystemLibToVendorIfMissing("android.hardware.bluetooth@1.0.so"); in enableRootcanal()
245 private void copySystemLibToVendorIfMissing(String filename) in copySystemLibToVendorIfMissing() method in RootcanalUtils