Searched refs:binaryPath (Results 1 – 2 of 2) sorted by relevance
208 const char *binaryPath) { in sendLoadNanoappRequest() argument212 readFileContents(binaryPath, binaryBuffer)) { in sendLoadNanoappRequest()310 const std::string binaryPath{argi < argc ? argv[argi++] : ""}; in main() local312 if (headerPath.empty() || binaryPath.empty()) { in main()317 sendLoadNanoappRequest(client, headerPath.c_str(), binaryPath.c_str()); in main()
261 const std::string &appName, const std::string &binaryPath) { in findHeaderByName() argument262 DIR *dir = opendir(binaryPath.c_str()); in findHeaderByName()274 std::ifstream input(std::string(binaryPath) + "/" + entry->d_name, in findHeaderByName()286 const std::string &binaryPath) { in readNanoappHeaders() argument287 DIR *dir = opendir(binaryPath.c_str()); in readNanoappHeaders()297 std::ifstream input(std::string(binaryPath) + "/" + entry->d_name, in readNanoappHeaders()