MCPcopy Create free account
hub / github.com/XiaoMi/mace / mkdir

Method mkdir

tools/python/utils/device.py:219–221  ·  view source on GitHub ↗
(self, dirname)

Source from the content-addressed store, hash-verified

217 execute("adb -s %s pull %s %s" % (sn, target.path, out_dir), False)
218
219 def mkdir(self, dirname):
220 sn = self._device_id
221 execute("adb -s %s shell mkdir -p %s" % (sn, dirname))
222
223 def info(self):
224 sn = self._device_id

Callers

nothing calls this directly

Calls 1

executeFunction · 0.85

Tested by

no test coverage detected