commit | 5c74270f95107952a893584d02b33f9a79f6b3c4 | [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 | f521b2a61ad3130ccfdab85dbdb21e0c16e41c2f | |
parent | 0cf93dc345cd5e8131009146a3b2767b1c60f77b [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