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

/osnet-11/usr/src/grub/grub2/util/
H A Dgetroot.c131 char enc_root[ESCAPED_PATH_MAX + 1], enc_path[ESCAPED_PATH_MAX + 1]; member in struct:mountinfo_entry
196 entry.enc_root, entry.enc_path, &count) < 6)
200 unescape (entry.enc_path);
202 enc_path_len = strlen (entry.enc_path);
203 /* Check that enc_path is a prefix of dir. The prefix must either be
206 if (strncmp (dir, entry.enc_path, enc_path_len) != 0 ||

Completed in 23 milliseconds