Home
last modified time | relevance | path

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

/kernel/uniproton/src/fs/vfs/
Dvfs_mount.c87 S32 bestMatches = 0; in OsVfsFindMp() local
100 if (matches > bestMatches) { in OsVfsFindMp()
101 bestMatches = matches; in OsVfsFindMp()
/kernel/liteos_m/components/fs/vfs/
Dvfs_mount.c71 int bestMatches = 0; in VfsMpFind() local
109 if (matches > bestMatches) { in VfsMpFind()
110 bestMatches = matches; in VfsMpFind()