Home
last modified time | relevance | path

Searched defs:strDestination (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dregex_workaround.hpp114 char *strDestination, in strcpy_s()
126 char *strDestination, in strcat_s()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dregex_workaround.hpp196 char *strDestination, in strcpy_s()
208 char *strDestination, in strcat_s()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/os/
H A Dmos_utilities.h3240 #define MOS_SecureStrcat(strDestination, numberOfElements, strSource) … argument
3243 #define MOS_SecureStrcpy(strDestination, numberOfElements, strSource) … argument
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/osservice/
H A Dmos_utilities_specific.cpp128 MOS_STATUS MosUtilities::MosSecureStrcat(char *strDestination, size_t numberOfElements, const char… in MosSecureStrcat()
157 MOS_STATUS MosUtilities::MosSecureStrcpy(char *strDestination, size_t numberOfElements, const char… in MosSecureStrcpy()
174 MOS_STATUS MosUtilities::MosSecureStrncpy(char *strDestination, size_t destSz, const char* const st… in MosSecureStrncpy()
/aosp_15_r20/external/openthread/tools/harness-thci/
H A DOpenThread_BR.py438 def ping(self, strDestination, ilength=0, hop_limit=5, timeout=5): argument
H A DOpenThread.py1333 def ping(self, strDestination, ilength=0, hop_limit=64, timeout=5): argument