Home
last modified time | relevance | path

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

/test/vts-testcase/security/system_property/
DVtsTrebleSysPropTest.py158 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)
Dvts_treble_sys_prop_test.py215 def _TestVendorOrOdmPropertyNames(self, partition, contexts_path): argument
216 logging.info("Checking existence of %s", contexts_path)
218 contexts_path, IsReadable)
221 self.dut.AdbPull(contexts_path, self._temp_dir)
222 logging.info("Adb pull %s to %s", contexts_path, self._temp_dir)