Searched refs:appRootPathLength (Results 1 – 1 of 1) sorted by relevance
446 size_t appRootPathLength = 0; in RelocateFilePath() local448 …if ((appRootPath == nullptr) || ((appRootPathLength = strlen(appRootPath)) == 0) || (fileName == n… in RelocateFilePath()455 if ((appRootPathLength >= PATH_LENGTH_MAX) || (subPathLength >= PATH_LENGTH_MAX) || in RelocateFilePath()462 size_t totalLength = appRootPathLength + subPathLength + fileNameLength + addedLength; in RelocateFilePath()