Home
last modified time | relevance | path

Searched refs:StrncpyAndCheck (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DBandwidthController.cpp213 int BandwidthController::StrncpyAndCheck(char *buffer, const char *src, size_t buffSize) { in StrncpyAndCheck() function in BandwidthController
236 if (StrncpyAndCheck(buffer, fullCmd.c_str(), sizeof(buffer))) { in runIptablesCmd()
496 if (StrncpyAndCheck(ifn, iface, sizeof(ifn))) { in setInterfaceSharedQuota()
558 if (StrncpyAndCheck(ifn, iface, sizeof(ifn))) { in removeInterfaceSharedQuota()
609 if (StrncpyAndCheck(ifn, iface, sizeof(ifn))) { in setInterfaceQuota()
694 if (StrncpyAndCheck(ifn, iface, sizeof(ifn))) { in removeInterfaceQuota()
DBandwidthController.h163 static int StrncpyAndCheck(char *buffer, const char *src, size_t buffSize);