Searched refs:StrncpyAndCheck (Results 1 - 2 of 2) sorted by relevance
/system/netd/ |
H A D | BandwidthController.h | 148 static int StrncpyAndCheck(char *buffer, const char *src, size_t buffSize);
|
H A D | BandwidthController.cpp | 163 int BandwidthController::StrncpyAndCheck(char *buffer, const char *src, size_t buffSize) { function in class:BandwidthController 201 if (StrncpyAndCheck(buffer, fullCmd.c_str(), sizeof(buffer))) { 608 if (StrncpyAndCheck(ifn, iface, sizeof(ifn))) { 668 if (StrncpyAndCheck(ifn, iface, sizeof(ifn))) { 716 if (StrncpyAndCheck(ifn, iface, sizeof(ifn))) { 797 if (StrncpyAndCheck(ifn, iface, sizeof(ifn))) {
|
Completed in 21 milliseconds