Fix another set of file related tests.

- Get rid of Support_PlatformFile, use File.createTempFile
  instead.
- Replace numerous uses of "user.dir" / "user.home" etc. with
  File.createTempFile
- Replace calls to Process / chmod with Libcore.os.chmod. The
  calls wouldn't have worked anyway, since chmod on android
  doesn't understand the incremental (+w, -x) syntax.

Change-Id: Ic6944568bbee6a548da6dcb4364b882636f2959f
17 files changed