Searched refs:rest (Results 1 – 5 of 5) sorted by relevance
/system/core/toolbox/ |
D | umount.c | 19 char rest[256]; in is_loop_mount() local 30 count = fscanf(f, "%255s %255s %255s\n", device, mount_path, rest); in is_loop_mount()
|
/system/vold/ |
D | Volume.cpp | 253 char rest[256]; in isMountpointMounted() local 264 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest); in isMountpointMounted()
|
D | VolumeManager.cpp | 923 char rest[256]; in listMountedObbs() local 946 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest); in listMountedObbs() 1182 char rest[256]; in isMountpointMounted() local 1193 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest); in isMountpointMounted()
|
/system/core/adb/ |
D | protocol.txt | 190 the remote connection threadpair and that the rest of the program will
|
/system/core/sh/ |
D | TOUR | 18 be compiled stand-alone. The rest of the source is in the main
|