Searched refs:rest (Results 1 - 4 of 4) sorted by relevance

/system/core/toolbox/
H A Dumount.c34 char rest[256]; local
45 count = fscanf(f, "%255s %255s %255s\n", device, mount_path, rest);
/system/vold/
H A DVolume.cpp293 char rest[256]; local
304 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
H A DVolumeManager.cpp1286 char rest[256]; local
1309 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
1627 char rest[256]; local
1638 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
/system/netd/
H A DBandwidthController.cpp1096 char rest[MAX_IPT_OUTPUT_LINE_LEN]; local
1112 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0;
1114 &packets, &bytes, iface0, iface1, rest);
1115 ALOGV("parse res=%d iface0=<%s> iface1=<%s> pkts=%lld bytes=%lld rest=<%s> orig line=<%s>", res,
1116 iface0, iface1, packets, bytes, rest, buffPtr);

Completed in 176 milliseconds