Home
last modified time | relevance | path

Searched refs:LOOP_DEVICE (Results 1 – 2 of 2) sorted by relevance

/system/core/toolbox/
Dumount.c11 #define LOOP_DEVICE "/dev/block/loop0" macro
32 if (strcmp(LOOP_DEVICE, device) == 0 && strcmp(path, mount_path) == 0) { in is_loop_mount()
60 loop_fd = open(LOOP_DEVICE, O_RDONLY); in umount_main()
Dmount.c19 #define LOOP_DEVICE "/dev/block/loop0" macro
151 device_fd = open(LOOP_DEVICE, flags); in do_mount()
166 dev = LOOP_DEVICE; in do_mount()