Searched refs:binaryPath (Results 1 – 2 of 2) sorted by relevance
272 const char *binaryPath) { in sendLoadNanoappRequest() argument276 readFileContents(binaryPath, binaryBuffer)) { in sendLoadNanoappRequest()374 const std::string binaryPath{argi < argc ? argv[argi++] : ""}; in main() local376 if (headerPath.empty() || binaryPath.empty()) { in main()381 sendLoadNanoappRequest(client, headerPath.c_str(), binaryPath.c_str()); in main()
281 const std::string &appName, const std::string &binaryPath) { in findHeaderByName() argument282 DIR *dir = opendir(binaryPath.c_str()); in findHeaderByName()294 std::ifstream input(std::string(binaryPath) + "/" + entry->d_name, in findHeaderByName()306 const std::string &binaryPath) { in readNanoappHeaders() argument307 DIR *dir = opendir(binaryPath.c_str()); in readNanoappHeaders()317 std::ifstream input(std::string(binaryPath) + "/" + entry->d_name, in readNanoappHeaders()