Searched refs:basedir (Results 1 – 2 of 2) sorted by relevance
| /scripts/ |
| A D | documentation-file-ref-check | 180 my $basedir = "."; 182 $basedir = $1 if ($ref =~ m,(Documentation/translations/[^/]+),); 213 $f=qx(find $basedir -iname $new) if ($new); 219 $f=qx(find $basedir -iname $new) if ($new); 224 $f = qx(find $basedir -iname $new) if ($new);
|
| A D | spdxcheck.py | 38 def update(self, fname, basedir, miss): argument 44 if bdir == basedir.rstrip('/'): 115 self.basedir = '.' 119 def set_dirinfo(self, basedir, dirdepth): argument 121 self.basedir = basedir 122 bdir = basedir.lstrip('./').rstrip('/') 256 base = self.basedir 298 def scan_git_tree(tree, basedir, dirdepth): argument 299 parser.set_dirinfo(basedir, dirdepth)
|
Completed in 4 milliseconds