OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ofile_name
(Results
1 - 1
of
1
) sorted by null
/external/blktrace/btreplay/
btrecord.c
681
char
ofile_name
[MAXPATHLEN];
local
691
sprintf(
ofile_name
, "%s/%s.%s.%d", odir, iip->devnm, obase, iip->cpu);
692
stream->ofp = fopen(
ofile_name
, "w");
694
fatal(
ofile_name
, ERR_SYSCALL, "Open failed\n");
702
stream->file_name = strdup(
ofile_name
);
Completed in 92 milliseconds