Home
last modified time | relevance | path

Searched refs:run_cmd (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/arkui/libuv/
H A Dgenlocal.py58 def run_cmd(commond): function
74 run_cmd(r"rm -rf {}".format(hapdirpath))
75 run_cmd(r"cp {} {} -r".format(G_TMPDIRPATH, hapdirpath))
77 run_cmd(r"cp {} {} -r".format(G_TMPDIRPATH, hapdirpath))
107 run_cmd(r"sed -i '{}a {}' {}".format(ind, attrtempline, pagefilename))
123 run_cmd(r"cp {} {}".format(temppagefilename, pagefilename))
125 run_cmd(r"sed -i 's/{}/{}/g' {}".format(G_PAGENAMEPATTERN, capagename, pagefilename))
134 run_cmd(r"sed -i '{}a {}' {}".format(ind, attrtempline, pagefilename))
140 run_cmd(r"cp {} {}".format(temptestfilename, testfilename))
142 run_cmd(
[all...]
/test/testfwk/developer_test/local_coverage/automate_execute/
H A Dbuild_part.py109 run_cmd = f"run -t UT -tp {part_name} -cov coverage \n"
110 print(run_cmd)
113 finput.write(run_cmd)

Completed in 1 milliseconds