Home
last modified time | relevance | path

Searched refs:source_dir (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/debian/overlay-debug/rockchip-test/flash_test/
H A Dflash_stress_test.sh40 source_dir=$test_dir/src_test_data
68 mkdir -p $source_dir
71 rm -rf $source_dir/*
72 file_path=$source_dir
106 cd $source_dir
116 echo "$count test $source_dir to $dest_dir/${dir_loop}"
130 cp -rf $source_dir $dest_dir/$dir_loop
132 echo "$count cp $source_dir to $dest_dir/${dir_loop} success"
135 echo "$count cp $source_dir to $dest_dir/${dir_loop} error"
136 echo "$count cp $source_dir to $dest_dir/${dir_loop} error" >> $test_dir/test_log.txt
/OK3568_Linux_fs/external/rockchip-test/flash_test/
H A Dflash_stress_test.sh40 source_dir=$test_dir/src_test_data
68 mkdir -p $source_dir
71 rm -rf $source_dir/*
72 file_path=$source_dir
106 cd $source_dir
116 echo "$count test $source_dir to $dest_dir/${dir_loop}"
130 cp -rf $source_dir $dest_dir/$dir_loop
132 echo "$count cp $source_dir to $dest_dir/${dir_loop} success"
135 echo "$count cp $source_dir to $dest_dir/${dir_loop} error"
136 echo "$count cp $source_dir to $dest_dir/${dir_loop} error" >> $test_dir/test_log.txt
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/piglit/piglit/
H A D0002-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch21 source_dir = getenv("PIGLIT_SOURCE_DIR");
22 if (source_dir == NULL) {
23 - source_dir = SOURCE_DIR;
24 + source_dir = ".";
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py256 source_dir = oe.path.join(self.target_rootfs, i)
258 if os.path.isdir(source_dir):
259 shutil.copytree(source_dir, target_dir, symlinks=True)
260 elif os.path.isfile(source_dir):
261 shutil.copy2(source_dir, target_dir)
270 source_dir = oe.path.join(self.saved_packaging_data, i)
271 if os.path.isdir(source_dir):
272 shutil.copytree(source_dir, target_dir, symlinks=True)
273 elif os.path.isfile(source_dir):
274 shutil.copy2(source_dir, target_dir)
/OK3568_Linux_fs/u-boot/test/py/
H A Dconftest.py93 source_dir = os.path.dirname(os.path.dirname(test_py_dir))
103 build_dir = source_dir + '/build-' + board_type
124 if build_dir != source_dir:
135 runner.run(cmd, cwd=source_dir)
175 ubconfig.source_dir = source_dir
H A Du_boot_console_sandbox.py55 return Spawn(cmd, cwd=self.config.source_dir)
H A DREADME.md131 If omitted, this is `${source_dir}/build-${board_type}`.
/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_ut.py12 fn = u_boot_console.config.source_dir + '/testflash.bin'
19 fn = u_boot_console.config.source_dir + '/spi.bin'
H A Dtest_vboot.py165 datadir = cons.config.source_dir + '/test/py/tests/vboot/'
/OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/
H A Dreport.py214 …def view_test_report(self, logger, source_dir, branch, commit, tag, use_regression_map, raw_test, … argument
237 repo = GitRepo(source_dir)
242 repo = GitRepo(source_dir)
245 testresults = resultutils.load_resultsdata(source_dir, configmap=configmap)
289 …report.view_test_report(logger, args.source_dir, args.branch, args.commit, args.tag, args.use_regr…
/OK3568_Linux_fs/kernel/Documentation/sphinx/
H A Dkernel_include.py88 source_dir = os.path.dirname(os.path.abspath(source))
92 path = os.path.normpath(os.path.join(source_dir, path))
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dinode.c2066 cifs_rename2(struct inode *source_dir, struct dentry *source_dentry, argument
2083 cifs_sb = CIFS_SB(source_dir->i_sb);
2168 CIFS_I(source_dir)->time = CIFS_I(target_dir)->time = 0;
2170 source_dir->i_ctime = source_dir->i_mtime = target_dir->i_ctime =
2171 target_dir->i_mtime = current_time(source_dir);
/OK3568_Linux_fs/external/chromium/licenses/
H A DREADME416 $(source_dir)/src/configure --with-newlib --prefix=$(install_dir)
439 $(source_dir)/src/configure --with-newlib --prefix=$(install_dir) --disable-shared
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dkernel-yocto.bbclass355 source_dir=`echo ${S} | sed 's%/$%%'`
360 if [ "${source_dir}" != "${source_workdir}" ]; then
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/aquantia/
H A Datlantic.rst452 some parameters can be changed in the {source_dir}/aq_cfg.h file.