Home
last modified time | relevance | path

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

12

/system/sepolicy/prebuilts/api/30.0/private/
Dotapreopt_chroot.te43 allow otapreopt_chroot loop_device:blk_file rw_file_perms;
44 allowxperm otapreopt_chroot loop_device:blk_file ioctl {
Dgsid.te23 allow gsid loop_device:blk_file rw_file_perms;
24 allowxperm gsid loop_device:blk_file ioctl {
Dapexd.te31 allow apexd loop_device:blk_file rw_file_perms;
32 allowxperm apexd loop_device:blk_file ioctl {
/system/sepolicy/prebuilts/api/29.0/private/
Dotapreopt_chroot.te43 allow otapreopt_chroot loop_device:blk_file rw_file_perms;
44 allowxperm otapreopt_chroot loop_device:blk_file ioctl {
Dapexd.te17 allow apexd loop_device:blk_file rw_file_perms;
18 allowxperm apexd loop_device:blk_file ioctl {
/system/sepolicy/private/
Dotapreopt_chroot.te43 allow otapreopt_chroot loop_device:blk_file rw_file_perms;
44 allowxperm otapreopt_chroot loop_device:blk_file ioctl {
Dgsid.te23 allow gsid loop_device:blk_file rw_file_perms;
24 allowxperm gsid loop_device:blk_file ioctl {
Dapexd.te31 allow apexd loop_device:blk_file rw_file_perms;
32 allowxperm apexd loop_device:blk_file ioctl {
/system/core/fs_mgr/libfiemap/
Dimage_manager.cpp465 std::string loop_device; in MapWithLoopDevice() local
466 if (!CreateLoopDevice(control, file, timeout_ms - elapsed, &loop_device)) { in MapWithLoopDevice()
469 loop_devices.emplace_back(loop_device); in MapWithLoopDevice()
/system/sepolicy/prebuilts/api/26.0/public/
Ddevice.te16 type loop_device, dev_type;
Dvold.te72 allow vold loop_device:blk_file { create setattr unlink rw_file_perms };
/system/sepolicy/prebuilts/api/27.0/public/
Ddevice.te16 type loop_device, dev_type;
Dvold.te75 allow vold loop_device:blk_file { create setattr unlink rw_file_perms };
/system/sepolicy/prebuilts/api/28.0/public/
Ddevice.te16 type loop_device, dev_type;
Dvold.te83 allow vold loop_device:blk_file { create setattr unlink rw_file_perms };
/system/sepolicy/prebuilts/api/29.0/public/
Ddevice.te13 type loop_device, dev_type;
Dvold.te98 allow vold loop_device:blk_file { create setattr unlink rw_file_perms };
99 allowxperm vold loop_device:blk_file ioctl {
Dinit.te380 allow init loop_device:blk_file rw_file_perms;
381 allowxperm init loop_device:blk_file ioctl {
/system/sepolicy/prebuilts/api/30.0/public/
Ddevice.te14 type loop_device, dev_type;
Dvold.te139 allow vold loop_device:blk_file { create setattr unlink rw_file_perms };
140 allowxperm vold loop_device:blk_file ioctl {
Dinit.te406 allow init loop_device:blk_file rw_file_perms;
407 allowxperm init loop_device:blk_file ioctl {
/system/sepolicy/public/
Ddevice.te14 type loop_device, dev_type;
Dvold.te139 allow vold loop_device:blk_file { create setattr unlink rw_file_perms };
140 allowxperm vold loop_device:blk_file ioctl {
Dinit.te408 allow init loop_device:blk_file rw_file_perms;
409 allowxperm init loop_device:blk_file ioctl {
/system/apex/apexd/
Dapexservice_test.cpp1154 auto loop_device = dm.GetParentBlockDeviceByPath(dm_path); in TEST_F() local
1155 ASSERT_TRUE(loop_device) << "Failed to find parent block device of " in TEST_F()
1159 ASSERT_EQ(*loop_device, mounted_apex->loop_name); in TEST_F()

12