OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INFILE
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/build/linux/
dump_app_syms
26
INFILE
="$3"
30
if [ ! -e "$OUTFILE" -o "$
INFILE
" -nt "$OUTFILE" ]; then
31
"$DUMPSYMS" -r "$
INFILE
" > "$OUTFILE"
35
strip "$
INFILE
"
/external/bzip2/
format.pl
24
my $
infile
= shift;
25
# check
infile
exists
26
die "Can't find file \"$
infile
\""
27
unless -f $
infile
;
28
# check we can read
infile
29
if (! -r $
infile
) {
30
die "Can't read input $
infile
\n";
32
# check we can open
infile
33
open(
INFILE
,"<$
infile
" ) or
[
all
...]
/external/chromium_org/third_party/lcov/contrib/galaxy/
conglomerate_functions.pl
179
open (
INFILE
, "$Filename") or die ("Could not read $Filename: $!");
180
@Contents = <
INFILE
>;
181
close (
INFILE
);
Completed in 214 milliseconds