elasticsearch/libs/preallocate
Ryan Ernst 18a1ac09e7
Use open and fstat in preallocate (#105171)
Preallocate opens a FileInputStream in order to get a native file
desctiptor to pass to native functions. However, getting at the file
descriptor requires breaking modular access. This commit adds native
posix functions for opening/closing and retrieving stats on a file in
order to avoid requiring additional permissions.
2024-02-07 13:40:05 -05:00
..
licenses Move preallocate module to libs (#94884) 2023-04-10 13:05:43 -07:00
src/main/java Use open and fstat in preallocate (#105171) 2024-02-07 13:40:05 -05:00
build.gradle Remove jar name override for preallocate (#95154) 2023-04-11 07:30:30 -07:00