Searched refs:firstDir (Results 1 – 1 of 1) sorted by relevance
957 firstIsParentOrSameDirOfSecond(const char* firstDir, const char* secondDir) in firstIsParentOrSameDirOfSecond() argument959 size_t firstDirLen = strlen(firstDir), in firstIsParentOrSameDirOfSecond()963 0 == strncmp(firstDir, secondDir, firstDirLen); in firstIsParentOrSameDirOfSecond()