Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dgitarchive.py17 class ArchiveError(Exception): class
25 raise ArchiveError("Unable to expand string '{}': unknown field {} "
34 raise ArchiveError("Invalid Git repo at {}: path exists but is not a "
38 raise ArchiveError("No git repo at {}, refusing to create "
44 raise ArchiveError("Failed to mkdir {}: {}".format(path, err))
51 raise ArchiveError("Non-empty directory that is not a Git repository "
168 raise ArchiveError("Not a directory: {}".format(data_dir))
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-libarchive-c/
H A Dnew-libarchive.patch23 +from libarchive import ArchiveError, memory_reader, memory_writer
37 + except ArchiveError as e:
/openbmc/openbmc/poky/scripts/
H A Doe-git-archive111 except gitarchive.ArchiveError as err: