Implement native version of GetDirectoryEntries for windows.
commit6c6862b8c22e1adc3fed74f5621e78ea09eea76c
authordgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 24 Oct 2013 04:42:43 +0000 (24 04:42 +0000)
committerdgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 24 Oct 2013 04:42:43 +0000 (24 04:42 +0000)
tree784d7fc77ada05d8503ab4f0785a4bacaa1bc871
parent066e77679e78926fb71b2a546b0922c98fd7f0c3
Implement native version of GetDirectoryEntries for windows.

The old implementation used base::FileEnumerator and
swallowed errors. The new implementation returns errors.

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230640 0039d316-1c4b-4281-b951-d872f2087c98
base/platform_file.h
third_party/leveldatabase/env_chromium.cc
third_party/leveldatabase/env_chromium_unittest.cc