HomeSort by relevance Sort by last modified time
    Searched refs:StrncpyAndCheck (Results 1 - 2 of 2) sorted by null

  /system/netd/server/
BandwidthController.cpp 213 int BandwidthController::StrncpyAndCheck(char *buffer, const char *src, size_t buffSize) {
236 if (StrncpyAndCheck(buffer, fullCmd.c_str(), sizeof(buffer))) {
496 if (StrncpyAndCheck(ifn, iface, sizeof(ifn))) {
558 if (StrncpyAndCheck(ifn, iface, sizeof(ifn))) {
609 if (StrncpyAndCheck(ifn, iface, sizeof(ifn))) {
694 if (StrncpyAndCheck(ifn, iface, sizeof(ifn))) {
    [all...]
BandwidthController.h 163 static int StrncpyAndCheck(char *buffer, const char *src, size_t buffSize);

Completed in 1980 milliseconds