Home
last modified time | relevance | path

Searched refs:headerPath (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/chre/host/common/test/
H A Dchre_test_client.cc226 void sendLoadNanoappRequest(SocketClient &client, const char *headerPath, in sendLoadNanoappRequest() argument
230 if (readFileContents(headerPath, &headerBuffer) && in sendLoadNanoappRequest()
328 const std::string headerPath{argi < argc ? argv[argi++] : ""}; in main() local
331 if (headerPath.empty() || binaryPath.empty()) { in main()
336 sendLoadNanoappRequest(client, headerPath.c_str(), binaryPath.c_str()); in main()