Commit Graph

5 Commits

Author SHA1 Message Date
d0316d158d Refactor and reorganize the file utils (#2089) 2019-11-11 20:25:41 +08:00
f130bd3e7b Use Env function to operate directory (#1980)
Now Env has unify all environment operation, such as file operation.
However some of our old functions don't leverage it. This change unify
FileUtils::scan_dir to use Env's function.
2019-10-15 09:25:12 +08:00
cc36905aea Fix write file crash when using segment V2 in debug mode (#1841) 2019-09-20 20:37:29 +08:00
b937887133 Include header file for ‘preadv' which caused break build on ubuntu 18.04 (#1602) 2019-08-08 09:30:21 +08:00
a0294b8f40 Add Env for file operation (#1321) 2019-06-17 10:18:16 +08:00