Searched refs:resultFilePathLength (Results 1 – 1 of 1) sorted by relevance
126 const int resultFilePathLength = filePathLength - suffixLength; in getFilePathWithoutSuffix() local127 if (outDirPathBufSize <= resultFilePathLength) { in getFilePathWithoutSuffix()132 if (strncmp(filePath + resultFilePathLength, suffix, suffixLength) != 0) { in getFilePathWithoutSuffix()136 snprintf(outDirPath, resultFilePathLength + 1 /* terminator */, "%s", filePath); in getFilePathWithoutSuffix()