Searched refs:property_contexts_file (Results 1 – 2 of 2) sorted by relevance
/test/vts-testcase/security/system_property/ |
D | VtsTrebleSysPropTest.py | 124 property_contexts_file, argument 138 for line in property_contexts_file.readlines(): 170 "r") as property_contexts_file: 172 property_contexts_file) 185 def _TestPropertyTypes(self, property_contexts_file, check_function): argument 188 self.dut.adb.pull(property_contexts_file, downloaded) 189 logging.info("adb pull %s to %s", property_contexts_file, downloaded) 194 len(property_dict), property_contexts_file) 205 property_contexts_file, 267 "r") as property_contexts_file: [all …]
|
D | vts_treble_sys_prop_test.py | 181 property_contexts_file, argument 195 for line in property_contexts_file.readlines(): 227 "r") as property_contexts_file: 229 property_contexts_file) 247 def _TestPropertyTypes(self, property_contexts_file, check_function): argument 250 self.dut.AdbPull(property_contexts_file, downloaded) 251 logging.info("adb pull %s to %s", property_contexts_file, downloaded) 256 len(property_dict), property_contexts_file) 267 property_contexts_file, 328 "r") as property_contexts_file: [all …]
|