Searched refs:filesystem_command (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/mpremote/ |
A D | main.py | 250 pyboard.filesystem_command(pyb, ["cp", os.path.join(dir, file), ":" + dir + "/"]) 252 pyboard.filesystem_command(pyb, args)
|
A D | pyboardextended.py | 6 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 D | haasboard.py | 579 def filesystem_command(pyb, args): function 746 filesystem_command(pyb, args.files)
|
A D | pyboard.py | 549 def filesystem_command(pyb, args): function 747 filesystem_command(pyb, args.files)
|
Completed in 21 milliseconds