Home
last modified time | relevance | path

Searched refs:loop_device (Results 1 – 25 of 80) sorted by relevance

1234

/aosp12/system/apex/apexd/
H A Dapexd_loop.cpp319 Result<LoopbackDeviceUniqueFd> loop_device = WaitForDevice(num); in CreateLoopDevice() local
320 if (!loop_device.ok()) { in CreateLoopDevice()
321 return loop_device.error(); in CreateLoopDevice()
323 CHECK_NE(loop_device->device_fd.get(), -1); in CreateLoopDevice()
326 loop_device->device_fd.get(), target, image_offset, image_size); in CreateLoopDevice()
331 Result<void> read_ahead_status = ConfigureReadAhead(loop_device->name); in CreateLoopDevice()
336 return loop_device; in CreateLoopDevice()
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dotapreopt_chroot.te43 allow otapreopt_chroot loop_device:blk_file rw_file_perms;
44 allowxperm otapreopt_chroot loop_device:blk_file ioctl {
H A Dgsid.te23 allow gsid loop_device:blk_file rw_file_perms;
24 allowxperm gsid loop_device:blk_file ioctl {
H A Dapexd.te31 allow apexd loop_device:blk_file rw_file_perms;
32 allowxperm apexd loop_device:blk_file ioctl {
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dotapreopt_chroot.te43 allow otapreopt_chroot loop_device:blk_file rw_file_perms;
44 allowxperm otapreopt_chroot loop_device:blk_file ioctl {
H A Dapexd.te17 allow apexd loop_device:blk_file rw_file_perms;
18 allowxperm apexd loop_device:blk_file ioctl {
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dotapreopt_chroot.te57 allow otapreopt_chroot loop_device:blk_file rw_file_perms;
58 allowxperm otapreopt_chroot loop_device:blk_file ioctl {
H A Dgsid.te28 allow gsid loop_device:blk_file rw_file_perms;
29 allowxperm gsid loop_device:blk_file ioctl {
H A Dapexd.te43 allow apexd loop_device:blk_file rw_file_perms;
44 allowxperm apexd loop_device:blk_file ioctl {
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dotapreopt_chroot.te57 allow otapreopt_chroot loop_device:blk_file rw_file_perms;
58 allowxperm otapreopt_chroot loop_device:blk_file ioctl {
H A Dgsid.te28 allow gsid loop_device:blk_file rw_file_perms;
29 allowxperm gsid loop_device:blk_file ioctl {
H A Dapexd.te43 allow apexd loop_device:blk_file rw_file_perms;
44 allowxperm apexd loop_device:blk_file ioctl {
/aosp12/system/sepolicy/private/
H A Dotapreopt_chroot.te57 allow otapreopt_chroot loop_device:blk_file rw_file_perms;
58 allowxperm otapreopt_chroot loop_device:blk_file ioctl {
H A Dgsid.te28 allow gsid loop_device:blk_file rw_file_perms;
29 allowxperm gsid loop_device:blk_file ioctl {
H A Dapexd.te43 allow apexd loop_device:blk_file rw_file_perms;
44 allowxperm apexd loop_device:blk_file ioctl {
/aosp12/system/core/fs_mgr/libfiemap/
H A Dimage_manager.cpp479 std::string loop_device; in MapWithLoopDevice() local
480 if (!CreateLoopDevice(control, file, timeout_ms - elapsed, &loop_device)) { in MapWithLoopDevice()
483 loop_devices.emplace_back(loop_device); in MapWithLoopDevice()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr.cpp2069 std::string loop_device; in PrepareZramBackingDevice() local
2070 if (!loop_control.Attach(target_fd.get(), 5s, &loop_device)) { in PrepareZramBackingDevice()
2074 ConfigureQueueDepth(loop_device, "/"); in PrepareZramBackingDevice()
2077 unique_fd loop_fd(TEMP_FAILURE_RETRY(open(loop_device.c_str(), O_RDWR | O_CLOEXEC))); in PrepareZramBackingDevice()
2079 PERROR << "Cannot open " << loop_device; in PrepareZramBackingDevice()
2086 return InstallZramDevice(loop_device); in PrepareZramBackingDevice()
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Ddevice.te16 type loop_device, dev_type;
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Ddevice.te16 type loop_device, dev_type;
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Ddevice.te16 type loop_device, dev_type;
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dvold.te98 allow vold loop_device:blk_file { create setattr unlink rw_file_perms };
99 allowxperm vold loop_device:blk_file ioctl {
H A Ddevice.te13 type loop_device, dev_type;
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Ddevice.te14 type loop_device, dev_type;
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Ddevice.te15 type loop_device, dev_type, bdev_type;
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Ddevice.te15 type loop_device, dev_type, bdev_type;

1234