Searched refs:rest (Results 1 - 5 of 5) 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/core/libpixelflinger/
H A DAndroid.mk51 # the rest of the basic log stuff.
/system/vold/
H A DVolume.cpp265 char rest[256]; local
276 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
H A DVolumeManager.cpp857 char rest[256]; local
880 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
1137 char rest[256]; local
1148 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
/system/netd/
H A DBandwidthController.cpp929 char rest[MAX_IPT_OUTPUT_LINE_LEN]; local
936 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0;
938 &packets, &bytes, iface0, iface1, rest);
939 LOGV("parse res=%d iface0=<%s> iface1=<%s> pkts=%lld bytes=%lld rest=<%s> orig line=<%s>", res,
940 iface0, iface1, packets, bytes, rest, buffPtr);

Completed in 938 milliseconds