/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | gitsm.py | 37 def process_submodules(self, ud, workdir, function, d): argument 168 def need_update_submodule(ud, url, module, modpath, workdir, d): argument 189 def download_submodule(ud, url, module, modpath, workdir, d): argument 206 def unpack_submodules(ud, url, module, modpath, workdir, d): argument 253 def clean_submodule(ud, url, module, modpath, workdir, d): argument 270 def add_submodule(ud, url, module, modpath, workdir, d): argument
|
H A D | npm.py | 106 def run(self, cmd, args=None, configs=None, workdir=None): argument
|
H A D | wget.py | 93 def _runwget(self, ud, d, command, quiet, workdir=None): argument
|
/openbmc/openpower-pnor-code-mgmt/test/ |
H A D | test_functions.cpp | 261 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST() local 276 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST() local 291 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST() local 313 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST() local 332 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST() local 353 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST() local 380 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST() local 404 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST() local 430 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST() local 451 std::filesystem::path workdir = mkdtemp(&tmpl[0]); in TEST() local
|
/openbmc/openbmc/poky/scripts/ |
H A D | yocto_testresults_query.py | 46 def fetch_testresults(workdir, sha1): argument 59 def compute_regression_report(workdir, basebranch, baserevision, targetbranch, targetrevision, args… argument
|
H A D | combo-layer | 529 def drop_to_shell(workdir=None): argument
|
/openbmc/linux/fs/overlayfs/ |
H A D | dir.c | 45 struct dentry *ovl_lookup_temp(struct ovl_fs *ofs, struct dentry *workdir) in ovl_lookup_temp() 69 struct dentry *workdir = ofs->workdir; in ovl_whiteout() local 227 struct dentry *ovl_create_temp(struct ovl_fs *ofs, struct dentry *workdir, in ovl_create_temp() 362 struct dentry *workdir = ovl_workdir(dentry); in ovl_clear_empty() local 446 struct dentry *workdir = ovl_workdir(dentry); in ovl_create_over_whiteout() local 747 struct dentry *workdir = ovl_workdir(dentry); in ovl_remove_and_whiteout() local
|
H A D | ovl_entry.h | 10 char *workdir; member 67 struct dentry *workdir; member
|
H A D | super.c | 429 static bool ovl_workdir_ok(struct dentry *workdir, struct dentry *upperdir) in ovl_workdir_ok() 606 struct dentry *workdir = ofs->workdir; in ovl_check_rename_whiteout() local 705 struct dentry *workdir; in ovl_make_workdir() local
|
H A D | copy_up.c | 543 struct dentry *workdir; member [all...] |
H A D | inode.c | 666 struct dentry *workdir = ovl_workdir(dentry); in ovl_set_acl() local
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/ |
H A D | case.py | 19 def fetch(self, workdir, dl_dir, url, archive=None): argument
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
H A D | rawcopy.py | 50 def do_image_uncompression(src, dst, workdir): argument
|
H A D | bootimg-pcbios.py | 51 def do_install_disk(cls, disk, disk_name, creator, workdir, oe_builddir, argument
|
H A D | bootimg-biosplusefi.py | 120 def do_install_disk(cls, disk, disk_name, creator, workdir, oe_builddir, argument
|
H A D | isoimage-isohybrid.py | 440 def do_install_disk(cls, disk, disk_name, creator, workdir, oe_builddir, argument
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | deploy.py | 164 def deploy_no_d(srcdir, workdir, path, strip_cmd, libdir, base_libdir, max_process, fakerootcmd, fa… argument
|
H A D | standard.py | 745 def get_real_srctree(srctree, s, workdir): argument
|
/openbmc/linux/tools/testing/selftests/hid/ |
H A D | hid_bpf.c | 320 static bool match_sysfs_device(int dev_id, const char *workdir, struct dirent *dir) in match_sysfs_device() 352 const char *workdir = "/sys/devices/virtual/misc/uhid"; in get_hid_id() local 384 const char *workdir = "/sys/devices/virtual/misc/uhid"; in get_hidraw() local
|
/openbmc/qemu/tests/unit/ |
H A D | test-authz-listfile.c | 26 static char *workdir; variable
|
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | testcase.py | 36 workdir = None variable in QemuBaseTest
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | pluginbase.py | 89 def do_install_disk(cls, disk, disk_name, creator, workdir, oe_builddir, argument
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/ |
H A D | direct.py | 83 def setup_workdir(self, workdir): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | qemurunner.py | 48 serial_ports=2, boot_patterns = defaultdict(str), use_ovmf=False, workdir=None, tmpfsdir=None): argument
|
/openbmc/qemu/tests/qtest/ |
H A D | dbus-vmstate-test.c | 8 static char *workdir; variable
|