OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:catfile
(Results
1 - 4
of
4
) sorted by null
/external/antlr/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm
68
my $grammar_file = File::Spec->
catfile
($tmpdir, "$grammar_name.g");
72
my $test_program_file = File::Spec->
catfile
($tmpdir, 'test.pl');
89
my $g_result = run_program([ File::Spec->
catfile
($cwd, 'tools', $antlr), '-o', $tmpdir, $grammar_file ]);
96
#local $ENV{PERLCOV_DB} = File::Spec->
catfile
($tmpdir, 'perlcov.db');
97
#local $ENV{NYTPROF} = 'file=' . File::Spec->
catfile
($tmpdir, 'nytprof.out');
/external/libxml2/
genUnicode.py
34
(blockfile,
catfile
) = string.split(sources)
97
data = open(
catfile
, "r")
99
print "Missing %s, aborting ..." %
catfile
/external/curl/tests/
sshhelp.pm
302
my $file = File::Spec->
catfile
($_, $fn);
319
my $file = File::Spec->
catfile
($_, $fn);
/external/antlr/runtime/Perl5/tools/
port.pl
73
map { File::Spec->
catfile
($_, $filename) }
Completed in 334 milliseconds