Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dempty.py78 source_file = os.path.join(cr_workdir, 'empty-plugin-zeros%s.bin' % part.lineno)
79 if not os.path.exists(os.path.dirname(source_file)):
80 os.makedirs(os.path.dirname(source_file))
83 with open(source_file, 'wb') as file:
89 part.source_file = source_file
H A Disoimage-isohybrid.py271 if os.path.isfile(part.source_file):
272 os.remove(part.source_file)
437 part.source_file = iso_img
H A Drawcopy.py115 part.source_file = dst
H A Dbootimg-pcbios.py209 part.source_file = bootimg
H A Dbootimg-efi.py428 part.source_file = bootimg
/openbmc/qemu/hw/acpi/
H A Dbios-linker-loader.c280 const BiosLinkerFileEntry *source_file = in bios_linker_loader_add_pointer() local
284 assert(source_file); in bios_linker_loader_add_pointer()
287 assert(src_offset < source_file->blob->len); in bios_linker_loader_add_pointer()
331 const BiosLinkerFileEntry *source_file = in bios_linker_loader_write_pointer() local
334 assert(source_file); in bios_linker_loader_write_pointer()
335 assert(src_offset < source_file->blob->len); in bios_linker_loader_write_pointer()
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Devent.hpp.mako8 source_file(source.file_name()), source_func(source.function_name()),
20 source_file(source.file_name()), source_func(source.function_name()),
34 std::string source_file;
H A Devent.cpp.mako36 source_info["FILE"] = source_file;
73 source_file = s.file_name();
81 source_file = self.at("FILE");
/openbmc/phosphor-logging/test/
H A Dlog_manager_dbus_tests.cpp170 std::string source_file{}; in TEST_F() local
198 source_file = value.second; in TEST_F()
221 EXPECT_EQ(source_file, std::source_location::current().file_name()); in TEST_F()
/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/
H A Dquiet-debugfs.patch19 @@ -2529,7 +2529,7 @@ static int source_file(const char *cmd_file, int ss_idx)
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dpartition.py66 self.source_file = ""
148 self.source_file = "%s/fs.%s" % (cr_workdir, self.fstype)
162 self.source_file = rootfs
264 self.source_file = rootfs
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DAPI.pm1595 my ($source_file,$new_symlink)=@_;
1597 my $original_source = $source_file;
1601 $retval=symlink $source_file,$new_symlink;
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dsocorro-syms.bbclass180 source_file = source_file_path.replace(source_toplevel, "")
188 source_repo_dir, source_file,
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass247 source_file = sources[file_sha256]
249 … doc_ref = package_doc.find_external_document_ref(source_file.doc.documentNamespace)
252 … doc_ref.externalDocumentId = "DocumentRef-dependency-" + source_file.doc.name
253 doc_ref.spdxDocument = source_file.doc.documentNamespace
255 doc_ref.checksum.checksumValue = source_file.doc_sha1
258 ref_id = "%s:%s" % (doc_ref.externalDocumentId, source_file.file.SPDXID)
/openbmc/qemu/
H A Dqemu-img-cmds.hx27 …"bitmap (--merge SOURCE | --add | --remove | --clear | --enable | --disable)... [-b source_file [-…
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx30_tasks.py271 source_file = sources[file_sha256]
272 dep_source_files.add(source_file)
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py693 source = part.source_file