Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/
H A Drand_util_posix.cc33 static constexpr int kOpenFlags = O_RDONLY; variable
/aosp_15_r20/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
/aosp_15_r20/external/cronet/base/
H A Drand_util_posix.cc45 static constexpr int kOpenFlags = O_RDONLY; variable
/aosp_15_r20/frameworks/base/core/jni/
H A Dfd_utils.cpp318 static const int kOpenFlags = (O_RDONLY | O_WRONLY | O_RDWR | O_DSYNC | O_SYNC); in CreateFromFd() local
/aosp_15_r20/system/core/fs_mgr/liblp/
H A Dimages.cpp244 static const int kOpenFlags = in ExportFiles() local
/aosp_15_r20/frameworks/av/media/module/libmediatranscoding/transcoder/tests/
H A DMediaTranscoderTests.cpp59 static constexpr int kOpenFlags = O_WRONLY | O_CREAT | O_EXCL; variable
/aosp_15_r20/frameworks/av/media/module/service.mediatranscoding/tests/
H A DMediaTranscodingServiceTestHelper.h281 int kOpenFlags; in openFileDescriptor() local