rocksdb/env
sdong 3a073234da Consolidate ReadFileToString() (#6366)
Summary:
It's a minor refactoring. We have two ReadFileToString() but they are very similar. Make the one with Env argument calls the one with FS argument instead.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6366

Test Plan: Run all existing tests

Differential Revision: D19712332

fbshipit-source-id: 5ae6fabf6355938690d95cda52afd1f39e0a7823
2020-02-04 11:39:23 -08:00
..
composite_env_wrapper.h Fix some shadow warning (#6242) 2020-01-08 18:20:13 -08:00
env_basic_test.cc The ObjectRegistry class replaces the Registrar and NewCustomObjects.… (#5293) 2019-07-23 17:13:05 -07:00
env_chroot.cc Apply modernize-use-override (3) 2019-02-19 13:39:49 -08:00
env_chroot.h Change RocksDB License 2017-07-15 16:11:23 -07:00
env_encryption.cc Fix EncryptedEnv assert (#5735) 2019-09-05 17:21:42 -07:00
env_hdfs.cc Fix compilation with USE_HDFS (#5444) 2019-06-18 14:55:59 -07:00
env_posix.cc Fix unity test (#6178) 2019-12-14 15:39:41 -08:00
env_test.cc Fix block cache ID uniqueness for Windows builds (#5844) 2019-10-11 18:19:31 -07:00
env.cc Consolidate ReadFileToString() (#6366) 2020-02-04 11:39:23 -08:00
file_system.cc Introduce a new storage specific Env API (#5761) 2019-12-13 14:48:41 -08:00
fs_posix.cc Introduce a new storage specific Env API (#5761) 2019-12-13 14:48:41 -08:00
io_posix.cc Introduce a new storage specific Env API (#5761) 2019-12-13 14:48:41 -08:00
io_posix.h Introduce a new storage specific Env API (#5761) 2019-12-13 14:48:41 -08:00
mock_env_test.cc Move test related files under util/ to test_util/ (#5377) 2019-05-30 11:25:51 -07:00
mock_env.cc Use delete to disable automatic generated methods. (#5009) 2019-09-11 18:09:00 -07:00
mock_env.h Update all unique/shared_ptr instances to be qualified with namespace std (#4638) 2018-11-09 11:19:58 -08:00