Searched defs:TRUNCATE_EXISTING (Results 1 – 3 of 3) sorted by relevance
59 TRUNCATE_EXISTING, enumConstant
118 CREATE_NEW, TRUNCATE_EXISTING, SPARSE, SYNC, DSYNC)) { in test_newInputStream_openOption() argument188 TRUNCATE_EXISTING)) { in test_newOutputStream_openOption_TRUNCATE() argument198 TRUNCATE_EXISTING)) { in test_newOutputStream_openOption_TRUNCATE() argument
1565 Files.write(filesSetup.getDataFilePath(), TEST_FILE_DATA_2.getBytes(), TRUNCATE_EXISTING); in test_write$Path$byte$OpenOption_OpenOption() local