/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/ |
H A D | 0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch | 21 source_dir = getenv("PIGLIT_SOURCE_DIR"); 22 if (source_dir == NULL) { 23 - source_dir = SOURCE_DIR; 24 + source_dir = ".";
|
/openbmc/entity-manager/scripts/ |
H A D | validate_configs.py | 76 source_dir = os.path.realpath(__file__).split(os.sep)[:-2] 78 *source_dir, "schemas", DEFAULT_SCHEMA_FILENAME 101 source_dir = os.path.realpath(__file__).split(os.sep)[:-2] 102 configs_dir = os.sep + os.path.join(*source_dir, "configurations")
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/ |
H A D | __init__.py | 258 source_dir = oe.path.join(self.target_rootfs, i) 260 if os.path.isdir(source_dir): 261 shutil.copytree(source_dir, target_dir, symlinks=True) 262 elif os.path.isfile(source_dir): 263 shutil.copy2(source_dir, target_dir) 272 source_dir = oe.path.join(self.saved_packaging_data, i) 273 if os.path.isdir(source_dir): 274 shutil.copytree(source_dir, target_dir, symlinks=True) 275 elif os.path.isfile(source_dir): 276 shutil.copy2(source_dir, target_dir)
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_ut.py | 11 fn = u_boot_console.config.source_dir + '/testflash.bin' 18 fn = u_boot_console.config.source_dir + '/spi.bin'
|
H A D | test_vboot.py | 201 datadir = cons.config.source_dir + '/test/py/tests/vboot/'
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | go-vendor.bbclass | 45 source_dir = d.getVar('S') 46 linkname = os.path.join(source_dir, *['src', go_import, 'vendor']) 64 source_dir = d.getVar('S') 66 linkname = os.path.join(source_dir, *['src', go_import, 'vendor']) 67 vendor_dir = os.path.join(source_dir, *['src', 'import', 'vendor']) 68 import_dir = os.path.join(source_dir, *['src', 'import', 'vendor.fetch']) 202 symlink_target = os.path.join(source_dir, *['src', go_import, replaced_path])
|
/openbmc/u-boot/test/py/ |
H A D | conftest.py | 96 source_dir = os.path.dirname(os.path.dirname(test_py_dir)) 106 build_dir = source_dir + '/build-' + board_type 127 if build_dir != source_dir: 138 runner.run(cmd, cwd=source_dir) 178 ubconfig.source_dir = source_dir
|
H A D | u_boot_console_sandbox.py | 56 return Spawn(cmd, cwd=self.config.source_dir)
|
H A D | README.md | 137 If omitted, this is `${source_dir}/build-${board_type}`.
|
/openbmc/openbmc/poky/scripts/lib/resulttool/ |
H A D | report.py | 217 …def view_test_report(self, logger, source_dir, branch, commit, tag, use_regression_map, raw_test, … argument 240 repo = GitRepo(source_dir) 245 repo = GitRepo(source_dir) 248 testresults = resultutils.load_resultsdata(source_dir, configmap=configmap) 292 …report.view_test_report(logger, args.source_dir, args.branch, args.commit, args.tag, args.use_regr…
|
/openbmc/linux/Documentation/sphinx/ |
H A D | kernel_include.py | 91 source_dir = os.path.dirname(os.path.abspath(source)) 95 path = os.path.normpath(os.path.join(source_dir, path))
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | kernel_include.py | 88 source_dir = os.path.dirname(os.path.abspath(source)) 92 path = os.path.normpath(os.path.join(source_dir, path))
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | check | 142 env = TestEnv(source_dir=args.source_dir,
|
H A D | testenv.py | 178 def __init__(self, source_dir: str, build_dir: str, 221 self.source_iotests = source_dir
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/ |
H A D | 0008-Do-not-embed-build-directory-in-binaries.patch | 104 cv::String source_dir;
|
/openbmc/linux/fs/smb/client/ |
H A D | inode.c | 2338 cifs_rename2(struct mnt_idmap *idmap, struct inode *source_dir, argument 2358 cifs_sb = CIFS_SB(source_dir->i_sb); 2462 CIFS_I(source_dir)->time = CIFS_I(target_dir)->time = 0;
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | kernel-yocto.bbclass | 385 source_dir=`echo ${S} | sed 's%/$%%'` 390 if [ "${source_dir}" != "${source_workdir}" ]; then
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/aquantia/ |
H A D | atlantic.rst | 452 some parameters can be changed in the {source_dir}/aq_cfg.h file.
|