Home
last modified time | relevance | path

Searched refs:O_TRUNC (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/native/
DFileOutputStream_md.c58 O_WRONLY | O_CREAT | (append ? O_APPEND : O_TRUNC)); in FileOutputStream_open()
Dzip_util.c107 (flags & O_TRUNC) ? CREATE_ALWAYS : in ZFILE_Open()
/libcore/luni/src/main/java/android/system/
DOsConstants.java358 public static final int O_TRUNC = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp390 initConstant(env, c, "O_TRUNC", O_TRUNC); in OsConstants_initConstants()