commit | e98825e827267a4afa40f13c32d5aa24f3c100d5 | [log] [tgz] |
---|---|---|
author | Spencer Low <CompareAndSwap@gmail.com> | Mon Sep 07 16:20:13 2015 -0700 |
committer | Spencer Low <CompareAndSwap@gmail.com> | Mon Sep 07 16:20:13 2015 -0700 |
tree | b885c045f4b94d2874ab393c1c8d598ace68c4a4 | |
parent | 38e289fa08f56a84267132266f7c2a8ea81830cc [diff] |
adb: refactor _is_valid_ack_reply_fd Visual Studio's 'jump to reference' feature couldn't parse adb_commandline() because I used an #ifdef in the middle of an if statement, so this refactors the code into a separate helper function. I just copied the code and inverted the comparisons. No need for sysdeps since this is pretty minor. Change-Id: Ifd5c62b0b505080ada6db5cc19739c6f07b94de9 Signed-off-by: Spencer Low <CompareAndSwap@gmail.com>