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

/frameworks/base/tools/aidl/
H A Doptions_test.cpp12 const char* localSearchPath[8]; member in struct:Answer
90 // localSearchPath
91 if (!match_arrays(answer.localSearchPath, options.localSearchPath)) {
92 cout << "mismatch: localSearchPath: got" << endl;
93 print_array(" ", options.localSearchPath);
95 print_array(" ", answer.localSearchPath);
143 /* localSearchPath */ { "/moof", "moo", NULL, NULL, NULL, NULL, NULL, NULL },
155 /* localSearchPath */ { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL },
167 /* localSearchPath */ { NUL
[all...]

Completed in 2058 milliseconds