Home
last modified time | relevance | path

Searched defs:kOpenFlags (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/core/fs_mgr/libfiemap/
H A Dimage_manager.cpp335 static constexpr int kOpenFlags = O_RDWR | O_NOFOLLOW | O_CLOEXEC; in CreateLoopDevice() local
401 static constexpr int kOpenFlags = O_RDWR | O_NOFOLLOW | O_CLOEXEC; in MapWithLoopDeviceList() local
/aosp12/frameworks/base/core/jni/
H A Dfd_utils.cpp306 static const int kOpenFlags = (O_RDONLY | O_WRONLY | O_RDWR | O_DSYNC | O_SYNC); in CreateFromFd() local
/aosp12/system/core/fs_mgr/liblp/
H A Dimages.cpp211 … static const int kOpenFlags = O_CREAT | O_RDWR | O_TRUNC | O_CLOEXEC | O_NOFOLLOW | O_BINARY; in ExportFiles() local
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_fuzz_utils.cpp395 static constexpr int kOpenFlags = O_RDWR | O_NOFOLLOW | O_CLOEXEC; in CheckCreateLoopDevice() local
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/tests/
H A DMediaTranscoderTests.cpp59 static constexpr int kOpenFlags = O_WRONLY | O_CREAT | O_EXCL; variable
/aosp12/frameworks/av/services/mediatranscoding/tests/
H A DMediaTranscodingServiceTestHelper.h283 int kOpenFlags; in openFileDescriptor() local