Searched refs:headerPath (Results 1 – 1 of 1) sorted by relevance
226 void sendLoadNanoappRequest(SocketClient &client, const char *headerPath, in sendLoadNanoappRequest() argument230 if (readFileContents(headerPath, &headerBuffer) && in sendLoadNanoappRequest()328 const std::string headerPath{argi < argc ? argv[argi++] : ""}; in main() local331 if (headerPath.empty() || binaryPath.empty()) { in main()336 sendLoadNanoappRequest(client, headerPath.c_str(), binaryPath.c_str()); in main()