Home
last modified time | relevance | path

Searched refs:longestMatch (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.c488 int longestMatch = -1; in yaffsfs_FindDevice() local
538 if (matching && (thisMatchLength > longestMatch)) { in yaffsfs_FindDevice()
542 longestMatch = thisMatchLength; in yaffsfs_FindDevice()