Searched refs:check_path (Results 1 – 5 of 5) sorted by relevance
5 # RUN: %{python} %S/check_path.py file %t.write > %t.out8 # RUN: %{python} %S/check_path.py file %t.write > %t.out11 # RUN: %{python} %S/check_path.py file %t.write > %t.out22 # RUN: %{python} %S/check_path.py dir %T/test > %t.out25 # RUN: %{python} %S/check_path.py dir %T/test > %t.out29 # RUN: %{python} %S/check_path.py dir %T/test > %t.out39 # RUN: %{python} %S/check_path.py dir %T/test1 > %t.out42 # RUN: %{python} %S/check_path.py dir %T/test1 > %t.out45 # RUN: %{python} %S/check_path.py dir %T/test1 > %t.out55 # RUN: %{python} %S/check_path.py dir %T/test %T/test/test1 %T/test/test2 > %t.out[all …]
9 def check_path(argv): function30 sys.exit (check_path (sys.argv))
34 def check_path(path): function43 return check_path(file_name)111 build_dir = check_path(args.BuildDir)112 ir_file = check_path(args.IRFile)
18 sub check_path { subroutine174 check_path('CCLIBDIR', $opt{libpth});175 check_path('CCINCDIR', $opt{incpath});
65 my $check_path = join '/', File::Spec->splitdir($file);66 if (grep { $check_path =~ m{/\Q$_\E\z} } @skip_on_windows ) {