Home
last modified time | relevance | path

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

/subsys/fs/
A Dfs.c81 const char *name, size_t *match_len) in fs_get_mnt_point() argument
123 if (match_len) { in fs_get_mnt_point()
124 *match_len = mnt_p->mountp_len; in fs_get_mnt_point()
568 size_t match_len; in fs_rename() local
577 rc = fs_get_mnt_point(&mp, from, &match_len); in fs_rename()
588 if (strncmp(from, to, match_len) != 0) { in fs_rename()

Completed in 6 milliseconds