Home
last modified time | relevance | path

Searched refs:O_APPEND (Results 1 – 14 of 14) sorted by relevance

/frameworks/libs/binary_translation/kernel_api/riscv64/
Dopen_emulation.cc60 static_assert(O_APPEND == 00002000);
75 const int kCompatibleOpenFlags = O_ACCMODE | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | O_APPEND |
/frameworks/libs/binary_translation/base/
Dtracing.cc73 int fd = open(trace_filename.c_str(), O_WRONLY | O_CREAT | O_APPEND | O_CLOEXEC, S_IWUSR); in TraceToFile()
/frameworks/compile/libbcc/lib/
DFileBase.cpp61 mOpenFlags |= O_APPEND; in FileBase()
/frameworks/base/core/java/android/os/
DFileUtils.java30 import static android.system.OsConstants.O_APPEND;
1567 res |= O_APPEND; in translateModeStringToPosix()
1588 if ((mode & O_APPEND) == O_APPEND) { in translateModePosixToString()
1613 if ((mode & O_APPEND) == O_APPEND) { in translateModePosixToPfd()
1639 res |= O_APPEND; in translateModePfdToPosix()
/frameworks/compile/mclinker/lib/Support/
DFileHandle.cpp55 result |= O_APPEND; in oflag()
/frameworks/base/core/tests/coretests/src/android/os/
DFileUtilsTest.java34 import static android.system.OsConstants.O_APPEND;
688 assertTranslate("rwa", O_RDWR | O_CREAT | O_APPEND, in testTranslateMode()
695 assertTranslate("wa", O_WRONLY | O_CREAT | O_APPEND, in testTranslateMode()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java495 public static final int O_APPEND = placeholder(); field in OsConstants
/frameworks/base/core/jni/
Dandroid_os_Debug.cpp577 O_CREAT | O_WRONLY | O_NOFOLLOW | O_CLOEXEC | O_APPEND, in dumpTraces()
/frameworks/native/cmds/atrace/
Datrace.cpp412 return _writeStr(filename, str, O_APPEND|O_WRONLY); in appendStr()
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp435 initConstant(env, c, "O_APPEND", O_APPEND); in OsConstants_initConstants()
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp2277 android::base::unique_fd fd(mkostemp(file_name_buf.get(), O_APPEND | O_CLOEXEC)); in DumpTraces()
4504 return _redirect_to_file(redirect, path, O_APPEND); in redirect_to_existing_file()
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dgen_vulkan.go128 out_file, err := os.OpenFile(output_file_name, os.O_APPEND|os.O_CREATE|os.O_WRONLY, 0644)
307 out_file, err := os.OpenFile(output_file_name, os.O_APPEND|os.O_CREATE|os.O_WRONLY, 0644)
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27889 field public static final int O_APPEND;