Searched refs:include_path (Results 1 – 8 of 8) 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/linux/tools/perf/trace/beauty/ |
H A D | arch_errno_names.sh | 11 include_path="-I$toolsdir/include/uapi" 48 $gcc $CFLAGS $include_path -E -dM -x c $asm_errno \
|
/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 | 527 include_path = os.path.join(self.resultdir, 'test-include') 528 os.makedirs(include_path) 529 with open(os.path.join(include_path, 'test-file'), 'w') as t: 531 wks_file = os.path.join(include_path, 'temp.wks') 537 % (include_path)) 566 include_path = os.path.join(self.resultdir, 'test-include') 567 os.makedirs(include_path) 568 with open(os.path.join(include_path, 'test-file'), 'w') as t: 570 wks_file = os.path.join(include_path, 'temp.wks') 574 % (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
|