HomeSort by relevance Sort by last modified time
    Searched refs:path_sep (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texi2dvi 99 path_sep=";"
101 path_sep=":"
105 CDPATH=${ZSH_VERSION+.}$path_sep
154 txincludes="$txincludes$1$path_sep"
360 common="$orig_pwd$path_sep$filename_dir$path_sep$txincludes"
369 # as `EMPTY' so they don't get lost when we split on $path_sep.
373 IFS=$path_sep
380 TEXINPUTS=$TEXINPUTS$path_sep
383 TEXINPUTS=$TEXINPUTS$path_sep$di
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
jsDriver.pl 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)
    [all...]

Completed in 450 milliseconds