Searched refs:prop_list (Results 1 – 1 of 1) sorted by relevance
30 def mangle_build_prop(prop_list): argument33 if prop_list.get_value("ro.debuggable") == "1":34 val = prop_list.get_value("persist.sys.usb.config")40 prop_list.put("persist.sys.usb.config", val)44 if not prop_list.get_value("persist.sys.usb.config"):45 prop_list.put("persist.sys.usb.config", "none");47 def validate(prop_list): argument59 for p in prop_list.get_all_props():73 def override_optional_props(prop_list, allow_dup=False): argument84 for name in prop_list.get_all_names():[all …]