OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StrncpyAndCheck
(Results
1 - 2
of
2
) sorted by null
/system/netd/
BandwidthController.h
148
static int
StrncpyAndCheck
(char *buffer, const char *src, size_t buffSize);
BandwidthController.cpp
163
int BandwidthController::
StrncpyAndCheck
(char *buffer, const char *src, size_t buffSize) {
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))) {
[
all
...]
Completed in 34 milliseconds