Searched refs:dataPathSize (Results 1 – 1 of 1) sorted by relevance
381 …size_t dataPathSize = rootPathLen + strlen(currentBundleName_) + origUriLength - URI_PREFIX_DATA_L… in ProcessResourcePathByConfiguration() local382 char *dataPath = StringUtil::Malloc(dataPathSize); in ProcessResourcePathByConfiguration()391 if (sprintf_s(dataPath, dataPathSize + 1, fmtStr, appDataRoot, currentBundleName_) < 0) { in ProcessResourcePathByConfiguration()