Searched refs:systemSearchPath (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aidl/
H A Doptions_test.cpp11 const char* systemSearchPath[8]; member in struct:Answer
81 // systemSearchPath
82 if (!match_arrays(answer.systemSearchPath, options.systemSearchPath)) {
83 cout << "mismatch: systemSearchPath: got" << endl;
84 print_array(" ", options.systemSearchPath);
86 print_array(" ", answer.systemSearchPath);
142 /* systemSearchPath */ { "/blah", "bleh", NULL, NULL, NULL, NULL, NULL, NULL },
154 /* systemSearchPath */ { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL },
166 /* systemSearchPath */ { NUL
[all...]

Completed in 52 milliseconds