Home
last modified time | relevance | path

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

/build/tests/unittest/part_replace/
Dtest_set.py50 product_dest_path = os.path.join(top_dir, "vendor/hihope/rk3568/config.json") variable
60 if os.path.exists("{}.backup".format(product_dest_path)):
71 shutil.move(product_dest_path, "{}.backup".format(product_dest_path))
77 shutil.copy(product_config_json, product_dest_path)
90 if os.path.exists("{}.backup".format(product_dest_path)):
91 shutil.move("{}.backup".format(product_dest_path), product_dest_path)