Searched refs:contexts_path (Results 1 – 2 of 2) sorted by relevance
/test/vts-testcase/security/system_property/ |
D | VtsTrebleSysPropTest.py | 158 def _TestVendorOrOdmPropertyNames(self, partition, contexts_path): argument 159 logging.info("Checking existence of %s", contexts_path) 161 self.shell, contexts_path, target_file_utils.IsReadable) 164 self.dut.adb.pull(contexts_path, self._temp_dir) 165 logging.info("Adb pull %s to %s", contexts_path, self._temp_dir)
|
D | vts_treble_sys_prop_test.py | 214 def _TestVendorOrOdmPropertyNames(self, partition, contexts_path): argument 215 logging.info("Checking existence of %s", contexts_path) 217 contexts_path, IsReadable) 220 self.dut.AdbPull(contexts_path, self._temp_dir) 221 logging.info("Adb pull %s to %s", contexts_path, self._temp_dir)
|