Home
last modified time | relevance | path

Searched refs:package_filename (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/updater/
Dupdater.cpp35 bool Updater::Init(int fd, const std::string_view package_filename, bool is_retry) { in Init() argument
45 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()
/bootable/recovery/updater/include/updater/
Dupdater.h42 bool Init(int fd, const std::string_view package_filename, bool is_retry);