commit | a13df3070f03da937219d92549a4dab8fb45b65c | [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 | da0b0116ba676203328906608a78dd240e0fea48 [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>