OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addvgopts
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/tests/
vg_regtest
292
my $
addvgopts
= $1;
293
$
addvgopts
=~ s/\${PWD}/$ENV{PWD}/g;
294
$vgopts = $vgopts . " " . $
addvgopts
; # Nb: Make sure there's a space!
vg_regtest.in
292
my $
addvgopts
= $1;
293
$
addvgopts
=~ s/\${PWD}/$ENV{PWD}/g;
294
$vgopts = $vgopts . " " . $
addvgopts
; # Nb: Make sure there's a space!
Completed in 46 milliseconds