Searched defs:inputFileName (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aidl/
H A Doptions.h22 string inputFileName; member in struct:Options
H A Doptions_test.cpp13 const char* inputFileName; member in struct:Answer
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
[all...]

Completed in 46 milliseconds