Home
last modified time | relevance | path

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

/aosp_15_r20/external/libbrillo/brillo/blkdev_utils/
H A Dloop_device.cc37 constexpr int kLoopControlIoctlFlags = O_RDONLY | O_NOFOLLOW | O_CLOEXEC; variable
171 kLoopControlIoctlFlags); in AttachDeviceToFile()