HomeSort by relevance Sort by last modified time
    Searched defs:O_TRUNC (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/syslinux/com32/include/
fcntl.h 20 #define O_TRUNC 01000
  /external/libxml2/win32/wince/
wincecompat.h 25 #define O_TRUNC 0x0200 /* open and truncate */
  /external/perfetto/src/perfetto_cmd/
rate_limiter.cc 175 open(GetStateFilePath().c_str(), O_WRONLY | O_CREAT | O_TRUNC, 0600));
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 26 #define O_TRUNC 0x0200
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 18 #define O_TRUNC 0x0200 /* not fcntl */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fcntl.h 41 #define O_TRUNC _O_TRUNC
  /prebuilts/go/darwin-x86/src/os/
file.go 75 O_TRUNC int = syscall.O_TRUNC // if possible, truncate file when opened.
259 return OpenFile(name, O_RDWR|O_CREATE|O_TRUNC, 0666)
  /prebuilts/go/linux-x86/src/os/
file.go 75 O_TRUNC int = syscall.O_TRUNC // if possible, truncate file when opened.
259 return OpenFile(name, O_RDWR|O_CREATE|O_TRUNC, 0666)
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 72 #define O_TRUNC 0x00000400 ///< truncate to zero length
164 Any combination of { O_NONBLOCK, O_APPEND, O_CREAT, O_TRUNC, O_EXCL } may
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixConstants.java 58 static final int O_TRUNC = OsConstants.O_TRUNC;
  /prebuilts/go/darwin-x86/src/syscall/
const_plan9.go 10 O_TRUNC = 16
syscall_nacl.go 117 O_TRUNC = 01000
types_windows.go 42 O_TRUNC = 0x00200
  /prebuilts/go/linux-x86/src/syscall/
const_plan9.go 10 O_TRUNC = 16
syscall_nacl.go 117 O_TRUNC = 01000
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 35 #ifndef O_TRUNC
36 #define O_TRUNC 00001000
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 32 #ifndef O_TRUNC
33 #define O_TRUNC 00001000 /* not fcntl */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 60 # define O_TRUNC _O_TRUNC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 31 #ifndef O_TRUNC
32 #define O_TRUNC 00001000 /* not fcntl */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 40 #define O_TRUNC 01000 /* not fcntl */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 41 #define O_TRUNC 01000 /* not fcntl */
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 167 O_TRUNC = 0x200
  /external/python/cpython2/Lib/plat-atheos/
IN.py 623 O_TRUNC = 01000
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 578 O_TRUNC = 0x200
  /libcore/luni/src/main/java/android/system/
OsConstants.java 380 public static final int O_TRUNC = placeholder();
    [all...]

Completed in 655 milliseconds

1 2 3 4