commit | 48df250673787dc89535d0056e0f34a44ea02784 | [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 | 2138b1aebaaeb27dd82ac27b44c8548954676be5 | |
parent | d1799bd3fe8d05efab744c04e041adcec58b1e5b [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>