(LPSZ lpsz)
| 435 | } |
| 436 | |
| 437 | public static long openAppend(LPSZ lpsz) { |
| 438 | return fdCache.createUniqueFdNonCached(openAppend(lpsz.ptr())); |
| 439 | } |
| 440 | |
| 441 | public static long openCleanRW(LPSZ lpsz, long size) { |
| 442 | return fdCache.createUniqueFdNonCached(openCleanRW(lpsz.ptr(), size)); |