Home
last modified time | relevance | path

Searched defs:archive (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/tests/functional/qemu_test/
H A Darchive.py19 def tar_extract(archive, dest_dir, member=None): argument
29 def cpio_extract(archive, output_path): argument
43 def zip_extract(archive, dest_dir, member=None): argument
50 def deb_extract(archive, dest_dir, member=None): argument
75 def archive_extract(archive, dest_dir, format=None, member=None): argument
102 def guess_archive_format(archive): argument
H A Dtestcase.py77 def archive_extract(self, archive, format=None, sub_dir=None, member=None): argument
/openbmc/bios-settings-mgr/include/
H A Dsecureboot.hpp82 void save(Archive& archive, const std::uint32_t version) const in save()
100 void load(Archive& archive, const std::uint32_t version) in load()
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_mapper_serialize.cpp30 void save(Archive& archive, const LDAPMapperEntry& entry, in save()
45 void load(Archive& archive, LDAPMapperEntry& entry, in load()
H A Dldap_config.cpp642 void Config::save(Archive& archive, const std::uint32_t /*version*/) const in save()
655 void Config::load(Archive& archive, const std::uint32_t /*version*/) in load()
/openbmc/phosphor-snmp/
H A Dsnmp_serialize.cpp34 void save(Archive& archive, const Client& manager, in save()
48 void load(Archive& archive, Client& manager, const std::uint32_t /*version*/) in load()
/openbmc/phosphor-dbus-monitor/src/
H A Devent_serialize.cpp30 void save(Archive& archive, const Entry& event, in save()
44 void load(Archive& archive, Entry& event, const std::uint32_t /* version */) in load()
/openbmc/bios-settings-mgr/src/
H A Dmanager_serialize.cpp44 void save(Archive& archive, const Manager& entry, in save()
62 void load(Archive& archive, Manager& entry, const std::uint32_t version) in load()
/openbmc/phosphor-state-manager/
H A Dhost_state_manager.hpp250 void save(Archive& archive, const std::uint32_t version) const in save()
273 void load(Archive& archive, const std::uint32_t version) in load()
/openbmc/ibm-logging/
H A Dcallout.cpp47 void save(Archive& archive, const Callout& callout, const std::uint32_t version) in save()
62 void load(Archive& archive, Callout& callout, const std::uint32_t version) in load()
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/
H A Drunbuilds.py95 def archive(self): member in Command
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/
H A Dcase.py77 def fetch(self, workdir, dl_dir, url, archive=None): argument
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp307 const std::vector<std::string>& plugins, bool hexDump, bool archive) in genPELJSON()
475 bool hexDump, bool archive = false) in printPELs()
564 bool archive = false) in callFunctionOnPEL()
859 bool archive = false; in main() local
/openbmc/service-config-manager/src/
H A Dmain.cpp199 cereal::JSONInputArchive archive(file); in handleListUnitsResponse() local
245 cereal::JSONOutputArchive archive(file); in handleListUnitsResponse() local
H A Dsrvcfg_manager.cpp108 cereal::JSONOutputArchive archive(file); in saveUSBCodeUpdateStateToFile() local
126 cereal::JSONInputArchive archive(file); in getUSBCodeUpdateStateFromFile() local
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx30_tasks.py144 archive=None, argument
H A Dspdx30.py3971 archive = "https://spdx.org/rdf/3.0.1/terms/Software/SoftwarePurpose/archive" variable in software_SoftwarePurpose