Searched refs:modify_props (Results 1 – 3 of 3) sorted by relevance
110 from _core.utils import modify_props
45 from xdevice import modify_props713 prop_changed = modify_props(device, self.local_system_prop_file,754 prop_changed = modify_props(device, temp_cust_file, cust_file,
340 def modify_props(device, local_prop_file, target_prop_file, new_props): function