OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:full_path_name
(Results
1 - 1
of
1
) sorted by null
/external/vboot_reference/utility/
bmpblk_util.c
203
char
full_path_name
[PATH_MAX];
local
234
sprintf(
full_path_name
, "%s/%s", todir, "config.yaml");
235
yfd = open(
full_path_name
,
239
fprintf(stderr, "Unable to open %s: %s\n",
full_path_name
,
247
fprintf(stderr, "Unable to fdopen %s: %s\n",
full_path_name
,
309
sprintf(
full_path_name
, "%s/%s", todir, image_name);
310
bfd = open(
full_path_name
,
314
fprintf(stderr, "Unable to open %s: %s\n",
full_path_name
,
322
fprintf(stderr, "Unable to fdopen %s: %s\n",
full_path_name
,
362
fprintf(stderr, "Unable to write %s: %s\n",
full_path_name
,
[
all
...]
Completed in 70 milliseconds