Searched refs:secondDir (Results 1 – 1 of 1) sorted by relevance
867 firstIsParentOrSameDirOfSecond(const char* firstDir, const char* secondDir) in firstIsParentOrSameDirOfSecond() argument870 secondDirLen = strlen(secondDir); in firstIsParentOrSameDirOfSecond()872 (secondDir[firstDirLen] == PATH_SEP || secondDir[firstDirLen] == '\0') && in firstIsParentOrSameDirOfSecond()873 0 == strncmp(firstDir, secondDir, firstDirLen); in firstIsParentOrSameDirOfSecond()