OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inputFileName
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/aidl/
options.h
22
string
inputFileName
;
options_test.cpp
13
const char*
inputFileName
;
99
//
inputFileName
100
if (answer.
inputFileName
!= options.
inputFileName
) {
101
cout << "mismatch:
inputFileName
: got " << options.
inputFileName
102
<< " expected " << answer.
inputFileName
<< endl;
140
/* argv */ { "test", "-i/moof", "-I/blah", "-Ibleh", "-imoo", "
inputFileName
.aidl_cpp", NULL, NULL },
144
/*
inputFileName
*/ "
inputFileName
.aidl_cpp"
[
all
...]
/external/icu4c/tools/gensprep/
gensprep.c
140
const char *bundleName=NULL, *
inputFileName
= NULL;
184
inputFileName
= argv[1];
223
uprv_strcpy(basename,
inputFileName
);
Completed in 961 milliseconds