Home
last modified time | relevance | path

Searched defs:rootfs (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dpartition.py268 def prepare_rootfs_ext(self, rootfs, cr_workdir, oe_builddir, rootfs_dir, argument
330 def prepare_rootfs_btrfs(self, rootfs, cr_workdir, oe_builddir, rootfs_dir, argument
353 def prepare_rootfs_msdos(self, rootfs, cr_workdir, oe_builddir, rootfs_dir, argument
389 def prepare_rootfs_squashfs(self, rootfs, cr_workdir, oe_builddir, rootfs_dir, argument
399 def prepare_rootfs_erofs(self, rootfs, cr_workdir, oe_builddir, rootfs_dir, argument
409 def prepare_empty_partition_none(self, rootfs, oe_builddir, native_sysroot): argument
412 def prepare_empty_partition_ext(self, rootfs, oe_builddir, argument
433 def prepare_empty_partition_btrfs(self, rootfs, oe_builddir, argument
451 def prepare_empty_partition_msdos(self, rootfs, oe_builddir, argument
493 def check_for_Y2038_problem(self, rootfs, native_sysroot): argument
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/
H A Drootfs.py65 def __get_pseudo(native_sysroot, rootfs, pseudo_dir): argument
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dqemutinyrunner.py22 …def __init__(self, machine, rootfs, display, tmpdir, deploy_dir_image, logfile, kernel, boottime, … argument
H A Dqemurunner.py36 …def __init__(self, machine, rootfs, display, tmpdir, deploy_dir_image, logfile, boottime, dump_dir… argument
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/
H A Dqemu.py24 port=None, machine='', rootfs='', kernel='', kvm=False, slirp=False, argument
/OK3568_Linux_fs/u-boot/board/siemens/taurus/
H A Dtaurus.c373 char *rootfs = NULL; in upgrade_failure_fallback() local
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/
H A D__init__.py97 def generate_locale_archive(d, rootfs, target_arch, localedir): argument
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsglob.h621 bool rootfs:1; /* if it's a SMB root file system */ member