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

/system/netd/
H A DBandwidthController.h131 static int StrncpyAndCheck(char *buffer, const char *src, size_t buffSize);
H A DBandwidthController.cpp160 int BandwidthController::StrncpyAndCheck(char *buffer, const char *src, size_t buffSize) { function in class:BandwidthController
196 if (StrncpyAndCheck(buffer, fullCmd.c_str(), sizeof(buffer))) {
516 if (StrncpyAndCheck(ifn, iface, sizeof(ifn))) {
576 if (StrncpyAndCheck(ifn, iface, sizeof(ifn))) {
624 if (StrncpyAndCheck(ifn, iface, sizeof(ifn))) {
699 if (StrncpyAndCheck(ifn, iface, sizeof(ifn))) {

Completed in 5 milliseconds