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.cpp268 char rest[256]; local
279 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
H A DVolumeManager.cpp1187 char rest[256]; local
1210 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
1528 char rest[256]; local
1539 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
/system/netd/
H A DBandwidthController.cpp999 char rest[MAX_IPT_OUTPUT_LINE_LEN]; local
1006 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0;
1008 &packets, &bytes, iface0, iface1, rest);
1009 ALOGV("parse res=%d iface0=<%s> iface1=<%s> pkts=%lld bytes=%lld rest=<%s> orig line=<%s>", res,
1010 iface0, iface1, packets, bytes, rest, buffPtr);

Completed in 407 milliseconds