OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:in_file
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/tools/build/
version.py
129
in_file
= None
variable
147
in_file
= a
variable
155
while len(args) and (
in_file
is None or out_file is None or
157
if
in_file
is None:
158
in_file
= args.pop(0)
variable
175
elif
in_file
:
176
contents = subst_file(
in_file
, values)
/external/webp/examples/
dwebp.c
343
printf("Usage: dwebp
in_file
[options] [-o out_file]\n\n"
374
const char *
in_file
= NULL;
local
436
in_file
= argv[c];
440
if (
in_file
== NULL) {
453
if (!ExUtilReadFile(
in_file
, &data, &data_size)) return -1;
505
fprintf(stderr, "Decoding of %s failed.\n",
in_file
);
512
printf("Decoded %s. Dimensions: %d x %d%s. Now saving...\n",
in_file
,
518
in_file
, output_buffer->width, output_buffer->height,
Completed in 244 milliseconds