Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/bin/
H A Dauto_status_file.py212 with open(status_file_path, "a") as status_file:
214 status_file.write("\n" + sprint_varx(ret_code_str, shell_rc))
242 with open(status_file_path, "w+") as status_file:
245 status_file.write(sprint_var(status_file_url))
248 status_file.write(sprint_var(status_file_path))
262 with open(status_file_path, "a") as status_file:
265 status_file.write("\n" + sprint_varx(ret_code_str, shell_rc))
268 with open(status_file_path, "a") as status_file:
270 status_file.write(sprint_var(status_file_url))
272 status_file.write(sprint_var(status_file_path))
/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/
H A Drootfs.py19 def _get_pkgs_postinsts(self, status_file): argument
36 with open(status_file) as status:
79 def _get_delayed_postinsts_common(self, status_file): argument
99 pkgs = self._get_pkgs_postinsts(status_file)
199 status_file = self.image_rootfs + "/var/lib/dpkg/status"
200 return self._get_delayed_postinsts_common(status_file)
H A D__init__.py212 status_file = self.target_rootfs + "/var/lib/dpkg/status"
214 with open(status_file, "r") as sf:
215 with open(status_file + ".tmp", "w+") as tmp_sf:
232 bb.utils.rename(status_file + ".tmp", status_file)
244 status_file = self.target_rootfs + "/var/lib/dpkg/status"
247 with open(status_file, "r") as status:
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/
H A Drootfs.py20 def _get_pkgs_postinsts(self, status_file): argument
37 with open(status_file) as status:
80 def _get_delayed_postinsts_common(self, status_file): argument
100 pkgs = self._get_pkgs_postinsts(status_file)
337 status_file = os.path.join(self.image_rootfs,
340 return self._get_delayed_postinsts_common(status_file)
H A D__init__.py201 status_file = os.path.join(self.opkg_dir, "status")
203 with open(status_file, "r") as sf:
204 with open(status_file + ".tmp", "w+") as tmp_sf:
221 bb.utils.rename(status_file + ".tmp", status_file)
/openbmc/linux/tools/testing/selftests/user_events/
H A Dftrace_test.c22 const char *status_file = "/sys/kernel/tracing/user_events_status"; variable
213 self->status_fd = open(status_file, O_RDONLY); in FIXTURE_SETUP()
/openbmc/openbmc/poky/meta/recipes-devtools/opkg/
H A Dopkg_0.6.3.bb53 echo "option status_file ${OPKGLIBDIR}/opkg/status" >>${D}${sysconfdir}/opkg/opkg.conf
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.1.2.rst124 - opkg: Set correct info_dir and status_file in opkg.conf
H A Drelease-notes-4.0.6.rst122 - opkg: Set correct info_dir and status_file in opkg.conf