| 130 | } |
| 131 | |
| 132 | Status OpenFileForRandom(Env *env, const string &path, |
| 133 | shared_ptr<RandomAccessFile> *file) { |
| 134 | return OpenFileForRandom(RandomAccessFileOptions(), env, path, file); |
| 135 | } |
| 136 | |
| 137 | Status OpenFileForRandom(const RandomAccessFileOptions& opts, |
| 138 | Env* env, const string& path, |