Home
last modified time | relevance | path

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

/test/testfwk/xdevice/src/xdevice/_core/
Dutils.py340 def modify_props(device, local_prop_file, target_prop_file, new_props): argument
352 device.pull_file(target_prop_file, local_prop_file)
387 device.push_file(local_temp_prop_file.name, target_prop_file)
388 device.execute_shell_command(" ".join(["chmod 644", target_prop_file]))