Home
last modified time | relevance | path

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

/bsp/renesas/tools/
A Dstartup_check.py29 def check_file_changes(filepath): argument
32 …result = subprocess.Popen(["git", "status", "--porcelain", filepath], stdout=subprocess.PIPE, stde…
38 def revert_to_original(filepath): argument
40 subprocess.call(["git", "checkout", filepath])

Completed in 5 milliseconds