| /libcore/ojluni/src/main/java/java/nio/file/ |
| StandardOpenOption.java | 59 TRUNCATE_EXISTING,
|
| /external/libbrillo/brillo/streams/ |
| file_stream.h | 30 TRUNCATE_EXISTING, // Open/truncate existing file. Fail if doesn't exist. 67 // - TRUNCATE_EXISTING - opens existing file and truncates it to zero length.
|
| file_stream.cc | 236 case Disposition::TRUNCATE_EXISTING:
|
| file_stream_unittest.cc | [all...] |
| /libcore/luni/src/test/java/libcore/java/nio/file/ |
| DefaultFileSystemProvider2Test.java | 64 import static java.nio.file.StandardOpenOption.TRUNCATE_EXISTING; 478 openOptions.add(TRUNCATE_EXISTING); 518 new Object[] { EnumSet.of(TRUNCATE_EXISTING) }, 521 new Object[] { EnumSet.of(CREATE, TRUNCATE_EXISTING) },
|
| DefaultFileSystemProviderTest.java | 64 import static java.nio.file.StandardOpenOption.TRUNCATE_EXISTING; 118 CREATE_NEW, TRUNCATE_EXISTING, SPARSE, SYNC, DSYNC)) { 188 TRUNCATE_EXISTING)) { 198 TRUNCATE_EXISTING)) {
|
| Files2Test.java | 76 import static java.nio.file.StandardOpenOption.TRUNCATE_EXISTING; [all...] |
| /libcore/ojluni/src/main/java/java/nio/file/spi/ |
| FileSystemProvider.java | 425 opts.add(StandardOpenOption.TRUNCATE_EXISTING); [all...] |
| /libcore/ojluni/src/main/java/sun/nio/fs/ |
| UnixChannelFactory.java | 76 case TRUNCATE_EXISTING : flags.truncateExisting = true; break; 134 throw new IllegalArgumentException("APPEND + TRUNCATE_EXISTING not allowed");
|
| /external/deqp/framework/delibs/deutil/ |
| deFile.c | 271 create = TRUNCATE_EXISTING;
|
| /tools/apksig/src/test/java/com/android/apksig/ |
| ApkSignerTest.java | 436 StandardOpenOption.TRUNCATE_EXISTING)) {
|
| /libcore/luni/src/test/java/libcore/java/nio/channels/ |
| AsynchronousFileChannelTest.java | 170 StandardOpenOption.TRUNCATE_EXISTING, StandardOpenOption.WRITE);
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| fileapi.h | 22 #define TRUNCATE_EXISTING 5
|
| /prebuilts/go/darwin-x86/src/syscall/ |
| types_windows.go | 112 TRUNCATE_EXISTING = 5
|
| syscall_windows.go | 285 createmode = TRUNCATE_EXISTING [all...] |
| /prebuilts/go/linux-x86/src/syscall/ |
| types_windows.go | 112 TRUNCATE_EXISTING = 5
|
| syscall_windows.go | 285 createmode = TRUNCATE_EXISTING [all...] |
| /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/ |
| platform-3.4.0.jar | |
| /prebuilts/sdk/current/ |
| core.jar | |