LevelDB: Using base::File for all file I/O

Eliminated platform specific (stdio & Windows) File I/O calls and replaced with
the use of base::File. This makes Chrome's Env (nearly) platform agnostic while
simplifying the implementation.

BUG=431914

Review URL: https://codereview.chromium.org/710373002

Cr-Commit-Position: refs/heads/master@{#305020}


CrOS-Libchrome-Original-Commit: bf82318b8929b07d7bb0abce2729c5a83b9dbfcb
1 file changed
tree: 3bc05b69c63e7b8d52a7144d788ba8a5b748c25d
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/