/aosp12/system/apex/apexd/ |
H A D | apexd_loop.cpp | 319 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 D | otapreopt_chroot.te | 43 allow otapreopt_chroot loop_device:blk_file rw_file_perms; 44 allowxperm otapreopt_chroot loop_device:blk_file ioctl {
|
H A D | gsid.te | 23 allow gsid loop_device:blk_file rw_file_perms; 24 allowxperm gsid loop_device:blk_file ioctl {
|
H A D | apexd.te | 31 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 D | otapreopt_chroot.te | 43 allow otapreopt_chroot loop_device:blk_file rw_file_perms; 44 allowxperm otapreopt_chroot loop_device:blk_file ioctl {
|
H A D | apexd.te | 17 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 D | otapreopt_chroot.te | 57 allow otapreopt_chroot loop_device:blk_file rw_file_perms; 58 allowxperm otapreopt_chroot loop_device:blk_file ioctl {
|
H A D | gsid.te | 28 allow gsid loop_device:blk_file rw_file_perms; 29 allowxperm gsid loop_device:blk_file ioctl {
|
H A D | apexd.te | 43 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 D | otapreopt_chroot.te | 57 allow otapreopt_chroot loop_device:blk_file rw_file_perms; 58 allowxperm otapreopt_chroot loop_device:blk_file ioctl {
|
H A D | gsid.te | 28 allow gsid loop_device:blk_file rw_file_perms; 29 allowxperm gsid loop_device:blk_file ioctl {
|
H A D | apexd.te | 43 allow apexd loop_device:blk_file rw_file_perms; 44 allowxperm apexd loop_device:blk_file ioctl {
|
/aosp12/system/sepolicy/private/ |
H A D | otapreopt_chroot.te | 57 allow otapreopt_chroot loop_device:blk_file rw_file_perms; 58 allowxperm otapreopt_chroot loop_device:blk_file ioctl {
|
H A D | gsid.te | 28 allow gsid loop_device:blk_file rw_file_perms; 29 allowxperm gsid loop_device:blk_file ioctl {
|
H A D | apexd.te | 43 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 D | image_manager.cpp | 479 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 D | fs_mgr.cpp | 2069 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 D | device.te | 16 type loop_device, dev_type;
|
/aosp12/system/sepolicy/prebuilts/api/27.0/public/ |
H A D | device.te | 16 type loop_device, dev_type;
|
/aosp12/system/sepolicy/prebuilts/api/28.0/public/ |
H A D | device.te | 16 type loop_device, dev_type;
|
/aosp12/system/sepolicy/prebuilts/api/29.0/public/ |
H A D | vold.te | 98 allow vold loop_device:blk_file { create setattr unlink rw_file_perms }; 99 allowxperm vold loop_device:blk_file ioctl {
|
H A D | device.te | 13 type loop_device, dev_type;
|
/aosp12/system/sepolicy/prebuilts/api/30.0/public/ |
H A D | device.te | 14 type loop_device, dev_type;
|
/aosp12/system/sepolicy/prebuilts/api/31.0/public/ |
H A D | device.te | 15 type loop_device, dev_type, bdev_type;
|
/aosp12/system/sepolicy/prebuilts/api/32.0/public/ |
H A D | device.te | 15 type loop_device, dev_type, bdev_type;
|