Searched refs:MFD_CLOEXEC (Results 1 – 7 of 7) sorted by relevance
/frameworks/libs/binary_translation/base/include/berberis/base/ |
D | fd.h | 37 #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/ |
D | MemoryHeapBase.cpp | 42 int fd = memfd_create(name, MFD_CLOEXEC | MFD_ALLOW_SEALING); in memfd_create_region()
|
/frameworks/native/cmds/installd/ |
D | otapreopt.cpp | 248 android::base::unique_fd fd(memfd_create("derive_classpath_temp", MFD_CLOEXEC)); in ReadEnvironment()
|
/frameworks/base/ravenwood/runtime-jni/ |
D | ravenwood_os_constants.cpp | 412 #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/ |
D | OsConstants.java | 464 public static final int MFD_CLOEXEC = placeholder(); field in OsConstants
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | HeicCompositeStream.cpp | 397 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |