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

/haiku/src/system/kernel/
H A Dmodule.cpp970 int32 passedOffset, commonLength; local
972 commonLength = iterator->path_base_length + iterator->prefix_length
975 if (commonLength > 0) {
978 if (commonLength > length)
979 commonLength = length;
982 - iterator->path_base_length, commonLength))

Completed in 115 milliseconds