Searched refs:rest (Results 1 – 6 of 6) sorted by relevance
/system/core/toolbox/ |
D | umount.c | 34 char rest[256]; in is_loop_mount() local 44 count = fscanf(f, "%255s %255s %255s\n", device, mount_path, rest); in is_loop_mount()
|
/system/netd/server/ |
D | BandwidthController.cpp | 1137 char rest[MAX_IPT_OUTPUT_LINE_LEN]; in parseForwardChainStats() local 1154 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0; in parseForwardChainStats() 1156 &packets, &bytes, iface0, iface1, rest); in parseForwardChainStats() 1158 iface0, iface1, packets, bytes, rest, buffPtr); in parseForwardChainStats()
|
/system/vold/ |
D | Volume.cpp | 293 char rest[256]; in isMountpointMounted() local 304 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest); in isMountpointMounted()
|
D | VolumeManager.cpp | 1471 char rest[256]; in listMountedObbs() local 1494 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest); in listMountedObbs() 1812 char rest[256]; in isMountpointMounted() local 1823 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest); in isMountpointMounted()
|
/system/media/camera/docs/ |
D | CameraMetadataKeys.mako | 32 # Dedent fixes markdown not to generate code blocks. Then do the rest.
|
/system/core/adb/ |
D | protocol.txt | 209 the remote connection threadpair and that the rest of the program will
|