Home
last modified time | relevance | path

Searched defs:run_as_root (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/platform_testing/libraries/motion/golden_updater/
H A Dwatch_local_tests.py396 def run_as_root(self): member in AdbClient
/aosp_15_r20/system/security/keystore2/test_utils/
H A Drun_as.rs471 pub unsafe fn run_as_root<F, R>(f: F) -> R in run_as_root() function