Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/tools/mpremote/mpremote/
A Dmain.py250 pyboard.filesystem_command(pyb, ["cp", os.path.join(dir, file), ":" + dir + "/"])
252 pyboard.filesystem_command(pyb, args)
A Dpyboardextended.py6 from .pyboard import Pyboard, PyboardError, stdout_write_bytes, filesystem_command
11 from pyboard import Pyboard, PyboardError, stdout_write_bytes, filesystem_command
/AliOS-Things-master/components/py_engine/engine/tools/
A Dhaasboard.py579 def filesystem_command(pyb, args): function
746 filesystem_command(pyb, args.files)
A Dpyboard.py549 def filesystem_command(pyb, args): function
747 filesystem_command(pyb, args.files)

Completed in 21 milliseconds