Home
last modified time | relevance | path

Searched defs:loop_device (Results 1 – 19 of 19) sorted by relevance

/system/apex/apexd/
Dapexd_test_utils.h311 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()
Dapexd_loop.cpp333 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
Dapex_file_test.cpp90 auto loop_device = WriteBlockApex(file_path, temp_file.path); in TEST_P() local
/system/sepolicy/microdroid/system/public/
Ddevice.te11 type loop_device, dev_type; type
/system/memory/mmd/src/zram/
Dsetup.rs166 let loop_device = S::attach_loop_device(file_path, device_size) in create_zram_writeback_device() localVariable
/system/sepolicy/prebuilts/api/29.0/public/
Ddevice.te13 type loop_device, dev_type; type
/system/sepolicy/prebuilts/api/30.0/public/
Ddevice.te14 type loop_device, dev_type; type
/system/sepolicy/prebuilts/api/32.0/public/
Ddevice.te15 type loop_device, dev_type, bdev_type; type
/system/sepolicy/prebuilts/api/31.0/public/
Ddevice.te15 type loop_device, dev_type, bdev_type; type
/system/sepolicy/prebuilts/api/33.0/public/
Ddevice.te15 type loop_device, dev_type; type
/system/sepolicy/prebuilts/api/34.0/public/
Ddevice.te18 type loop_device, dev_type; type
/system/sepolicy/prebuilts/api/202404/public/
Ddevice.te18 type loop_device, dev_type; type
/system/sepolicy/prebuilts/api/202504/public/
Ddevice.te18 type loop_device, dev_type; type
/system/sepolicy/public/
Ddevice.te18 type loop_device, dev_type; type
/system/core/fs_mgr/libfiemap/
Dimage_manager.cpp479 std::string loop_device; in MapWithLoopDevice() local
/system/core/init/
Dbuiltins.cpp524 std::string loop_device; in do_mount() local
/system/core/fs_mgr/
Dfs_mgr.cpp1999 std::string loop_device; in PrepareZramBackingDevice() local
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h81170 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/
Dvmlinux.h90933 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