Windows compatibility for SuperDevMode

java.util.File normalizes separators for the platform, so comparisons
with paths with forward-slashes will fail on Windows.
Splitting the filename and directory path is now done using string
manipulation rather than through File.

Bug: issue 8618
Change-Id: Ib10d352dac04ce2b359e98ffa7481b4b6608aab3
(cherry picked from commit 19c8cdb8e0e46dd8c959f16be5f2493a0a2f9130)
1 file changed