Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dimage_manager.cpp82 int Manager::processImage(const std::string& tarFilePath) in processImage() argument
85 if (!fs::is_regular_file(tarFilePath, ec)) in processImage()
87 error("Tarball {PATH} does not exist: {ERROR_MSG}", "PATH", tarFilePath, in processImage()
89 report<ManifestFileFailure>(ManifestFail::PATH(tarFilePath.c_str())); in processImage()
92 RemovablePath tarPathRemove(tarFilePath); in processImage()
111 auto rc = unTar(tarFilePath, tmpDirPath.string()); in processImage()
121 error("No manifest file {PATH}: {ERROR_MSG}", "PATH", tarFilePath, in processImage()
123 report<ManifestFileFailure>(ManifestFail::PATH(tarFilePath.c_str())); in processImage()
132 tarFilePath); in processImage()
133 report<ManifestFileFailure>(ManifestFail::PATH(tarFilePath.c_str())); in processImage()
[all …]