Home | History | Annotate | Download | only in mozilla

Lines Matching refs:path_sep

44 my $path_sep = ($os_type eq "MAC") ? ":" : "/";
160 my ($suite, $test_dir, $test_file) = split($path_sep, $test);
946 $list_file =~ s/^$path_sep//;
990 } elsif ($entry =~ /(.*$path_sep[^\*][^$path_sep]*)$path_sep?\*?$/) {
999 $test_files[$i] = $suite_and_test_dir . $path_sep .
1005 } elsif ($entry =~ /([^\*][^$path_sep]*)$path_sep?\*?$/) {
1014 $path_sep . $test_dir);
1018 $test_files[$i] = $suite . $path_sep . $test_dir . $path_sep .
1048 my @test_list = get_js_files ($suite_path . $suite . $path_sep .
1053 $retval[$#retval + 1] = $suite . $path_sep . $test_dir .
1054 $path_sep . $test;
1155 if ($path_sep ne $win_sep) {
1156 $path =~ s/$path_sep/$win_sep/g;