OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dir_prefix
(Results
1 - 7
of
7
) sorted by null
/external/bison/src/
files.h
51
extern char *
dir_prefix
;
files.c
61
DIR_PREFIX
is `dir/' and ALL_BUT_EXT and ALL_BUT_TAB_EXT are `dir/foo'.
63
If --output=dir/foo.tab.c was specified,
DIR_PREFIX
is `dir/',
72
If neither --output nor --file was specified,
DIR_PREFIX
is the
78
char *
dir_prefix
;
variable
242
dir_prefix
= xstrndup (spec_outfile, base - spec_outfile);
265
dir_prefix
=
273
dir_prefix
= xstrdup ("");
280
dir_prefix
= xstrdup ("");
391
free (
dir_prefix
);
/external/chromium_org/third_party/lcov/contrib/galaxy/
genflat.pl
78
our $
dir_prefix
; # Prefix to remove from all sub directories
117
"prefix=s" => \$
dir_prefix
,
272
elsif (!defined($
dir_prefix
))
275
$
dir_prefix
= get_prefix(@dir_list);
277
if ($
dir_prefix
)
279
info("Found common filename prefix \"$
dir_prefix
\"\n");
290
"$
dir_prefix
\"\n");
342
# Match directory name beginning with $
dir_prefix
343
$rel_dir = apply_prefix($rel_dir, $
dir_prefix
);
388
info("Processing file ".apply_prefix($_[2], $
dir_prefix
)."\n")
[
all
...]
/external/chromium_org/third_party/lcov/bin/
genhtml
255
our $
dir_prefix
; # Prefix to remove from all sub directories
392
"prefix|p=s" => \$
dir_prefix
,
508
if ($no_prefix && defined($
dir_prefix
))
512
$
dir_prefix
= undef;
740
elsif (!defined($
dir_prefix
))
743
$
dir_prefix
= get_prefix(1, keys(%info_data));
745
if ($
dir_prefix
)
747
info("Found common filename prefix \"$
dir_prefix
\"\n");
758
"$
dir_prefix
\"\n");
806
if (!$no_prefix && $
dir_prefix
)
[
all
...]
/external/chromium_org/ppapi/tests/
test_file_ref.cc
683
const char*
dir_prefix
= "dir_";
local
714
buffer << test_dir_name << '/' <<
dir_prefix
<< i;
/art/compiler/dex/
mir_graph.h
641
* @param
dir_prefix
the directory the file will be created in.
645
void DumpCFG(const char*
dir_prefix
, bool all_blocks, const char* suffix = nullptr);
[
all
...]
mir_graph.cc
[
all
...]
Completed in 1503 milliseconds