Home
last modified time | relevance | path

Searched refs:MFD_CLOEXEC (Results 1 – 7 of 7) sorted by relevance

/frameworks/libs/binary_translation/base/include/berberis/base/
Dfd.h37 #define MFD_CLOEXEC 0x0001U macro
44 int fd = static_cast<int>(RawSyscall(__NR_memfd_create, bit_cast<long>(name), MFD_CLOEXEC)); in CreateMemfdOrDie()
/frameworks/native/libs/binder/
DMemoryHeapBase.cpp42 int fd = memfd_create(name, MFD_CLOEXEC | MFD_ALLOW_SEALING); in memfd_create_region()
/frameworks/native/cmds/installd/
Dotapreopt.cpp248 android::base::unique_fd fd(memfd_create("derive_classpath_temp", MFD_CLOEXEC)); in ReadEnvironment()
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp412 #if defined(MFD_CLOEXEC) in OsConstants_initConstants()
413 initConstant(env, c, "MFD_CLOEXEC", MFD_CLOEXEC); in OsConstants_initConstants()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java464 public static final int MFD_CLOEXEC = placeholder(); field in OsConstants
/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp397 int memfd = syscall(__NR_memfd_create, "HEIF-try-memfd", MFD_CLOEXEC); in isInMemoryTempFileSupported()
960 inputFrame.fileFd = syscall(__NR_memfd_create, tempOutputFile.str().c_str(), MFD_CLOEXEC); in startMuxerForInputFrame()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...