| /system/apex/apexd/ |
| D | apexd_test_utils.h | 311 auto loop_device = loop::CreateAndConfigureLoopDevice(filepath, 0, 0); in MountViaLoopDevice() local 327 loop::LoopbackDeviceUniqueFd loop_device; member 435 const std::string& loop_device) { in GetLoopDeviceStatus()
|
| D | apexd_loop.cpp | 333 std::string loop_device = StringPrintf("/sys/block/loop%zu/loop", id); in PreAllocateLoopDevices() local 444 LoopbackDeviceUniqueFd loop_device = inner.ToOwned(); in ConfigureLoopDevice() local 536 auto loop_device = OR_RETURN(WaitForLoopDevice(num)); in CreateLoopDevice() local 554 Result<LoopbackDeviceUniqueFd> loop_device; in CreateAndConfigureLoopDevice() local
|
| D | apex_file_test.cpp | 90 auto loop_device = WriteBlockApex(file_path, temp_file.path); in TEST_P() local
|
| /system/sepolicy/microdroid/system/public/ |
| D | device.te | 11 type loop_device, dev_type; type
|
| /system/memory/mmd/src/zram/ |
| D | setup.rs | 166 let loop_device = S::attach_loop_device(file_path, device_size) in create_zram_writeback_device() localVariable
|
| /system/sepolicy/prebuilts/api/29.0/public/ |
| D | device.te | 13 type loop_device, dev_type; type
|
| /system/sepolicy/prebuilts/api/30.0/public/ |
| D | device.te | 14 type loop_device, dev_type; type
|
| /system/sepolicy/prebuilts/api/32.0/public/ |
| D | device.te | 15 type loop_device, dev_type, bdev_type; type
|
| /system/sepolicy/prebuilts/api/31.0/public/ |
| D | device.te | 15 type loop_device, dev_type, bdev_type; type
|
| /system/sepolicy/prebuilts/api/33.0/public/ |
| D | device.te | 15 type loop_device, dev_type; type
|
| /system/sepolicy/prebuilts/api/34.0/public/ |
| D | device.te | 18 type loop_device, dev_type; type
|
| /system/sepolicy/prebuilts/api/202404/public/ |
| D | device.te | 18 type loop_device, dev_type; type
|
| /system/sepolicy/prebuilts/api/202504/public/ |
| D | device.te | 18 type loop_device, dev_type; type
|
| /system/sepolicy/public/ |
| D | device.te | 18 type loop_device, dev_type; type
|
| /system/core/fs_mgr/libfiemap/ |
| D | image_manager.cpp | 479 std::string loop_device; in MapWithLoopDevice() local
|
| /system/core/init/ |
| D | builtins.cpp | 524 std::string loop_device; in do_mount() local
|
| /system/core/fs_mgr/ |
| D | fs_mgr.cpp | 1999 std::string loop_device; in PrepareZramBackingDevice() local
|
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 81170 struct loop_device { struct 81171 int lo_number; 81172 loff_t lo_offset; 81173 loff_t lo_sizelimit; 81174 int lo_flags; 81175 char lo_file_name[64]; 81176 struct file *lo_backing_file; 81177 struct block_device *lo_device; 81178 gfp_t old_gfp_mask; 81202 struct loop_device *lo; argument
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 90933 struct loop_device { struct 90934 int lo_number; 90935 loff_t lo_offset; 90936 loff_t lo_sizelimit; 90937 int lo_flags; 90938 char lo_file_name[64]; 90939 struct file *lo_backing_file; 90940 struct block_device *lo_device; 90941 gfp_t old_gfp_mask; 90965 struct loop_device *lo; argument
|