Searched refs:include_path (Results 1 – 7 of 7) sorted by relevance
| /openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
| H A D | rootfs.py | 110 … if part.exclude_path or part.include_path or part.change_directory or part.update_fstab_in_rootfs: 143 for in_path in part.include_path or []: 145 include_path = in_path[0] 162 if os.path.isfile(include_path): 163 parent = os.path.dirname(os.path.realpath(include_path)) 165 tar_file, parent, os.path.relpath(include_path, parent)) 168 if include_path in krootfs_dir: 169 include_path = krootfs_dir[include_path] 170 include_path = cls.__get_rootfs_dir(include_path) 171 include_pseudo = os.path.join(include_path, "../pseudo") [all …]
|
| H A D | bootimg-efi.py | 379 for paths in part.include_path or []:
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | source.py | 64 def include_path(self) -> str: member in QAPISourceInfo 73 return self.include_path() + self.in_defn() + self.loc()
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | wic.py | 579 include_path = os.path.join(self.resultdir, 'test-include') 580 os.makedirs(include_path) 581 with open(os.path.join(include_path, 'test-file'), 'w') as t: 583 wks_file = os.path.join(include_path, 'temp.wks') 589 % (include_path)) 618 include_path = os.path.join(self.resultdir, 'test-include') 619 os.makedirs(include_path) 620 with open(os.path.join(include_path, 'test-file'), 'w') as t: 622 wks_file = os.path.join(include_path, 'temp.wks') 626 % (include_path)) [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-php/phpmyadmin/phpmyadmin/ |
| H A D | apache.conf | 17 php_value include_path .
|
| /openbmc/u-boot/cmd/ |
| H A D | pxe.c | 1105 char *include_path; in handle_include() local 1111 err = parse_sliteral(c, &include_path); in handle_include() 1119 err = get_pxe_file(cmdtp, include_path, base); in handle_include() 1122 printf("Couldn't retrieve %s\n", include_path); in handle_include()
|
| /openbmc/openbmc/poky/scripts/lib/wic/ |
| H A D | partition.py | 33 self.include_path = args.include_path
|