Home
last modified time | relevance | path

Searched defs:workdir (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dgitsm.py37 def process_submodules(self, ud, workdir, function, d): argument
147 def need_update_submodule(ud, url, module, modpath, workdir, d): argument
176 def download_submodule(ud, url, module, modpath, workdir, d): argument
202 def unpack_submodules(ud, url, module, modpath, workdir, d): argument
247 def add_submodule(ud, url, module, modpath, workdir, d): argument
H A Dnpm.py102 def run(self, cmd, args=None, configs=None, workdir=None): argument
H A Dwget.py96 def _runwget(self, ud, d, command, quiet, workdir=None): argument
H A D__init__.py866 def runfetchcmd(cmd, d, quiet=False, cleanup=None, log=None, workdir=None): argument
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Ddir.c45 struct dentry *ovl_lookup_temp(struct dentry *workdir) in ovl_lookup_temp()
69 struct dentry *workdir = ofs->workdir; in ovl_whiteout() local
226 struct dentry *ovl_create_temp(struct dentry *workdir, struct ovl_cattr *attr) in ovl_create_temp()
361 struct dentry *workdir = ovl_workdir(dentry); in ovl_clear_empty() local
460 struct dentry *workdir = ovl_workdir(dentry); in ovl_create_over_whiteout() local
749 struct dentry *workdir = ovl_workdir(dentry); in ovl_remove_and_whiteout() local
H A Dovl_entry.h11 char *workdir; member
59 struct dentry *workdir; member
H A Dsuper.c935 static bool ovl_workdir_ok(struct dentry *workdir, struct dentry *upperdir) in ovl_workdir_ok()
980 struct dentry *workdir = ovl_workdir(dentry); in ovl_posix_acl_xattr_set() local
1207 static int ovl_check_rename_whiteout(struct dentry *workdir) in ovl_check_rename_whiteout()
1306 struct dentry *temp, *workdir; in ovl_make_workdir() local
H A Dcopy_up.c444 struct dentry *workdir; member
H A Dutil.c845 int ovl_lock_rename_workdir(struct dentry *workdir, struct dentry *upperdir) in ovl_lock_rename_workdir()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/
H A Dcase.py18 def fetch(self, workdir, dl_dir, url, archive=None): argument
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/
H A Drawcopy.py44 def do_image_uncompression(src, dst, workdir): argument
H A Dbootimg-pcbios.py51 def do_install_disk(cls, disk, disk_name, creator, workdir, oe_builddir, argument
H A Dbootimg-biosplusefi.py120 def do_install_disk(cls, disk, disk_name, creator, workdir, oe_builddir, argument
H A Disoimage-isohybrid.py438 def do_install_disk(cls, disk, disk_name, creator, workdir, oe_builddir, argument
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py83 def setup_workdir(self, workdir): argument
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dpluginbase.py89 def do_install_disk(cls, disk, disk_name, creator, workdir, oe_builddir, argument
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py37 …False, serial_ports=2, boot_patterns = defaultdict(str), use_ovmf=False, workdir=None, tmpfsdir=No… argument
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dcombo-layer529 def drop_to_shell(workdir=None): argument
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dstandard.py768 def get_real_srctree(srctree, s, workdir): argument
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpatch.py805 def patch_path(url, fetch, workdir, expand=True): argument