Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Darchiver.py185 archive_path = os.path.join(glob_result[0], target_file_name)
186 … self.assertTrue(os.path.exists(archive_path), 'Missing archive file %s' % (target_file_name))
266 archive_path = os.path.join(glob_result[0], target_file_name)
267 …self.assertFalse(os.path.exists(archive_path), 'Failed to exclude archive file %s' % (target_file_…
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c11123 static long elf_find_func_offset_from_archive(const char *archive_path, const char *file_name, in elf_find_func_offset_from_archive() argument
11131 archive = zip_archive_open(archive_path); in elf_find_func_offset_from_archive()
11134 pr_warn("zip: failed to open %s: %ld\n", archive_path, ret); in elf_find_func_offset_from_archive()
11141 archive_path, ret); in elf_find_func_offset_from_archive()
11144 pr_debug("zip: found entry for %s in %s at 0x%lx\n", file_name, archive_path, in elf_find_func_offset_from_archive()
11149 archive_path); in elf_find_func_offset_from_archive()
11156 pr_warn("elf: could not read elf file %s from %s: %s\n", file_name, archive_path, in elf_find_func_offset_from_archive()
11165 func_name, file_name, archive_path, entry.data_offset, ret, in elf_find_func_offset_from_archive()
11375 const char *archive_path = NULL, *archive_sep = NULL; in bpf_program__attach_uprobe_opts() local
11403 archive_path = full_path; in bpf_program__attach_uprobe_opts()
[all …]