commit | d189cfb4837f978bec5d56042989b4a8e9bcc474 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jul 30 17:42:01 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Jul 30 17:46:58 2015 -0700 |
tree | ec93a69048905f2062f6737235ce301984f97fe6 | |
parent | 28d1f8d69e63f96ce770417d256819d5bc1c5e14 [diff] |
More adb cleanup. This removes adb_dirstart and adb_dirstop. It also fixes a couple of memory leaks by switching to std::string. This also fixes the bug in the previous change --- mkdirs is given input like "/system/bin/sh" and only expected to create "/system/bin". In a later change, we should remove mkdirs and only expose the intended "unlink && mkdirs && create" functionality. Change-Id: I30289dc1b3dff575cc1b158d993652178f587552