isieo / adbFS

A Proof of concept fuse filesystem for android debugger
Other
123 stars 99 forks source link

Increase readability in adbfs.cpp #13

Closed dead-claudia closed 10 years ago

dead-claudia commented 10 years ago

Bring consistency to improve readability, make several small optimizations in memory and method calls, remove redundant code, fix some small bugs. Also removed adb_push_pull_cmd() in favor of separating the two separate functionalities into their more logical (and already-existing) counterparts.