Searched refs:package_filename (Results 1 – 2 of 2) sorted by relevance
35 bool Updater::Init(int fd, const std::string_view package_filename, bool is_retry) { in Init() argument45 if (!mapped_package_.MapFile(std::string(package_filename))) { in Init()46 LOG(ERROR) << "failed to map package " << package_filename; in Init()50 std::string(package_filename).c_str(), &package_handle_); in Init()52 LOG(ERROR) << "failed to open package " << package_filename << ": " in Init()
42 bool Init(int fd, const std::string_view package_filename, bool is_retry);