Searched refs:source_file (Results 1 – 19 of 19) sorted by relevance
/openbmc/linux/scripts/ |
H A D | nsdeps | 43 for source_file in $mod_source_files; do 44 sed '/MODULE_IMPORT_NS/Q' $source_file > ${source_file}.tmp 45 offset=$(wc -l ${source_file}.tmp | awk '{print $1;}') 46 cat $source_file | grep MODULE_IMPORT_NS | LC_ALL=C sort -u >> ${source_file}.tmp 47 tail -n +$((offset +1)) ${source_file} | grep -v MODULE_IMPORT_NS >> ${source_file}.tmp 48 if ! diff -q ${source_file} ${source_file}.tmp; then 49 mv ${source_file}.tmp ${source_file} 51 rm ${source_file}.tmp
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
H A D | empty.py | 78 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 D | isoimage-isohybrid.py | 271 if os.path.isfile(part.source_file): 272 os.remove(part.source_file) 437 part.source_file = iso_img
|
H A D | rawcopy.py | 115 part.source_file = dst
|
H A D | bootimg-pcbios.py | 209 part.source_file = bootimg
|
H A D | bootimg-efi.py | 428 part.source_file = bootimg
|
/openbmc/qemu/hw/acpi/ |
H A D | bios-linker-loader.c | 282 const BiosLinkerFileEntry *source_file = in bios_linker_loader_add_pointer() local 286 assert(source_file); in bios_linker_loader_add_pointer() 289 assert(src_offset < source_file->blob->len); in bios_linker_loader_add_pointer() 333 const BiosLinkerFileEntry *source_file = in bios_linker_loader_write_pointer() local 336 assert(source_file); in bios_linker_loader_write_pointer() 337 assert(src_offset < source_file->blob->len); in bios_linker_loader_write_pointer()
|
/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | event.hpp.mako | 8 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 D | event.cpp.mako | 36 source_info["FILE"] = source_file; 73 source_file = s.file_name(); 81 source_file = self.at("FILE");
|
/openbmc/linux/scripts/genksyms/ |
H A D | lex.l | 126 static char *source_file; 158 if (!source_file) { 159 source_file = xstrdup(cur_filename); 162 in_source_file = (strcmp(cur_filename, source_file) == 0);
|
/openbmc/phosphor-logging/test/ |
H A D | log_manager_dbus_tests.cpp | 170 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/scripts/lib/wic/ |
H A D | partition.py | 66 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/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/ |
H A D | quiet-debugfs.patch | 19 @@ -2529,7 +2529,7 @@ static int source_file(const char *cmd_file, int ss_idx)
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | API.pm | 1595 my ($source_file,$new_symlink)=@_; 1597 my $original_source = $source_file; 1601 $retval=symlink $source_file,$new_symlink;
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | create-spdx-2.2.bbclass | 239 source_file = sources[file_sha256] 241 … doc_ref = package_doc.find_external_document_ref(source_file.doc.documentNamespace) 244 … doc_ref.externalDocumentId = "DocumentRef-dependency-" + source_file.doc.name 245 doc_ref.spdxDocument = source_file.doc.documentNamespace 247 doc_ref.checksum.checksumValue = source_file.doc_sha1 250 ref_id = "%s:%s" % (doc_ref.externalDocumentId, source_file.file.SPDXID)
|
/openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | socorro-syms.bbclass | 180 source_file = source_file_path.replace(source_toplevel, "") 188 source_repo_dir, source_file,
|
/openbmc/qemu/ |
H A D | qemu-img-cmds.hx | 27 …"bitmap (--merge SOURCE | --add | --remove | --clear | --enable | --disable)... [-b source_file [-…
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | spdx30_tasks.py | 258 source_file = sources[file_sha256] 259 dep_source_files.add(source_file)
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/ |
H A D | direct.py | 693 source = part.source_file
|