Home | History | Annotate | Download | only in abi-compliance-checker

Lines Matching refs:MaxDepth

1794         if(`find \"$TMP_DIR\" -maxdepth 0 2>\"$TMP_DIR/null\"`) {
8785 # also the File::Find doesn't support --maxdepth N option
8787 my ($Path, $Type, $Name, $MaxDepth, $UseRegex) = @_;
8794 if($MaxDepth!=1) {
8844 if($MaxDepth) {
8845 $Cmd .= " -maxdepth $MaxDepth";
20942 my ($Path, $Type, $MaxDepth) = @_;
20944 return cmd_find($Path, $Type, '\.'.$LIB_EXT.'[0-9.]*\Z', $MaxDepth, 1);