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 | 180 property_contexts_file, argument 194 for line in property_contexts_file.readlines(): 226 "r") as property_contexts_file: 228 property_contexts_file) 243 def _TestPropertyTypes(self, property_contexts_file, check_function): argument 246 self.dut.AdbPull(property_contexts_file, downloaded) 247 logging.info("adb pull %s to %s", property_contexts_file, downloaded) 252 len(property_dict), property_contexts_file) 263 property_contexts_file, 324 "r") as property_contexts_file: [all …]
|