Searched refs:root_path (Results 1 – 2 of 2) sorted by relevance
246 const char *root_path; in hostfs_show_options() local249 root_path = fsi->host_root_path; in hostfs_show_options()252 if (strlen(root_path) > offset) in hostfs_show_options()253 seq_show_option(seq, root_path + offset, NULL); in hostfs_show_options()
1189 my $root_path = abs_path($root);1190 my $status = `cd "$root_path"; echo "$license" | scripts/spdxcheck.py -`;