Searched refs:commonLength (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/system/kernel/
H A Dmodule.cpp979 int32 passedOffset, commonLength; local
981 commonLength = iterator->path_base_length + iterator->prefix_length
984 if (commonLength > 0) {
987 if (commonLength > length)
988 commonLength = length;
991 - iterator->path_base_length, commonLength))

Completed in 92 milliseconds