OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutFileName
(Results
1 - 2
of
2
) sorted by null
/external/jhead/
jhead.c
458
static void RelativeName(char *
OutFileName
, const char * NamePattern, const char * OrigName)
466
strncpy(
OutFileName
, NamePattern, Subst-NamePattern);
467
OutFileName
[Subst-NamePattern] = 0;
468
strncat(
OutFileName
, OrigName, PATH_MAX);
469
strncat(
OutFileName
, Subst+2, PATH_MAX);
471
strncpy(
OutFileName
, NamePattern, PATH_MAX);
903
char
OutFileName
[PATH_MAX+1];
905
RelativeName(
OutFileName
, ThumbSaveName, FileName);
907
if (SaveThumbnail(
OutFileName
)){
908
printf("Created: '%s'\n",
OutFileName
);
[
all
...]
/external/llvm/lib/CodeGen/
MachineVerifier.cpp
54
OutFileName
(getenv("LLVM_VERIFY_MACHINEINSTRS"))
61
const char *const
OutFileName
;
241
if (
OutFileName
) {
243
OutFile = new raw_fd_ostream(
OutFileName
, ErrorInfo,
246
errs() << "Error opening '" <<
OutFileName
<< "': " << ErrorInfo << '\n';
[
all
...]
Completed in 161 milliseconds