Searched refs:nSymPathLen (Results 1 – 1 of 1) sorted by relevance
/external/angle/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 924 const size_t nSymPathLen = 4096; in LoadModules() local 925 szSymPath = (char*)malloc(nSymPathLen); in LoadModules() 935 strcat_s(szSymPath, nSymPathLen, this->m_szSymPath); in LoadModules() 936 strcat_s(szSymPath, nSymPathLen, ";"); in LoadModules() 939 strcat_s(szSymPath, nSymPathLen, ".;"); in LoadModules() 947 strcat_s(szSymPath, nSymPathLen, szTemp); in LoadModules() 948 strcat_s(szSymPath, nSymPathLen, ";"); in LoadModules() 966 strcat_s(szSymPath, nSymPathLen, szTemp); in LoadModules() 967 strcat_s(szSymPath, nSymPathLen, ";"); in LoadModules() 973 strcat_s(szSymPath, nSymPathLen, szTemp); in LoadModules() [all …]
|