Searched refs:otatools_dir (Results 1 – 1 of 1) sorted by relevance
197 std::string otatools_dir = target_directory + OTA_TOOLS_DIR; in download_ota_tools() local198 if (!DirectoryExists(otatools_dir) && mkdir(otatools_dir.c_str(), 0777) != 0) { in download_ota_tools()199 LOG(ERROR) << "Could not create " << otatools_dir; in download_ota_tools()203 if (!archive.ExtractAll(otatools_dir)) { in download_ota_tools()