Searched refs:firstDirLen (Results 1 – 1 of 1) sorted by relevance
1205 size_t firstDirLen = strlen(firstDir), in firstIsParentOrSameDirOfSecond() local1207 return firstDirLen <= secondDirLen && in firstIsParentOrSameDirOfSecond()1208 (secondDir[firstDirLen] == PATH_SEP || secondDir[firstDirLen] == '\0') && in firstIsParentOrSameDirOfSecond()1209 0 == strncmp(firstDir, secondDir, firstDirLen); in firstIsParentOrSameDirOfSecond()