| /OK3568_Linux_fs/debian/overlay-debug/rockchip-test/flash_test/ |
| H A D | flash_stress_test.sh | 39 test_dir=/data/rockchip-test/flash_test 40 source_dir=$test_dir/src_test_data 41 dest_dir=$test_dir/des_test_data 42 md5_dir=$test_dir/md5_data 65 rm -rf $test_dir/test_log.txt 113 echo $count >> $test_dir/test_log.txt 120 echo "$count clean ${dir_loop}" >> $test_dir/test_log.txt 123 echo "$count clean $dest_dir/${dir_loop} error" >> $test_dir/test_log.txt 133 echo "$count cp ${dir_loop}" >> $test_dir/test_log.txt 136 echo "$count cp $source_dir to $dest_dir/${dir_loop} error" >> $test_dir/test_log.txt [all …]
|
| H A D | power_lost_test.sh | 3 test_dir=/data/rockchip/power_lost 28 mkdir -p $test_dir 59 rm -rf $test_dir/* 61 time dd if=/dev/random of=$test_dir/test_src bs=1M count=2 64 time dd if=$test_dir/test_src of=$test_dir/test_dst 66 busybox diff $test_dir/test_src $test_dir/test_dst 70 rm $test_dir/test_dst
|
| /OK3568_Linux_fs/external/rockchip-test/flash_test/ |
| H A D | flash_stress_test.sh | 39 test_dir=/userdata/rockchip-test/flash_test 40 source_dir=$test_dir/src_test_data 41 dest_dir=$test_dir/des_test_data 42 md5_dir=$test_dir/md5_data 65 rm -rf $test_dir/test_log.txt 113 echo $count >> $test_dir/test_log.txt 120 echo "$count clean ${dir_loop}" >> $test_dir/test_log.txt 123 echo "$count clean $dest_dir/${dir_loop} error" >> $test_dir/test_log.txt 133 echo "$count cp ${dir_loop}" >> $test_dir/test_log.txt 136 echo "$count cp $source_dir to $dest_dir/${dir_loop} error" >> $test_dir/test_log.txt [all …]
|
| H A D | power_lost_test.sh | 3 test_dir=/userdata/rockchip/power_lost 28 mkdir -p $test_dir 59 rm -rf $test_dir/* 61 time dd if=/dev/random of=$test_dir/test_src bs=1M count=2 64 time dd if=$test_dir/test_src of=$test_dir/test_dst 66 busybox diff $test_dir/test_src $test_dir/test_dst 70 rm $test_dir/test_dst
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | storage.py | 26 (status, output) = cls.target.run('mkdir -p %s' % cls.test_dir) 28 (status, output) = cls.target.run('rm -f %s/*' % cls.test_dir) 29 msg = ('Failed to cleanup files @ %s/*' % cls.test_dir) 35 (status, output) = cls.target.run('touch %s/%s' % (cls.test_dir, cls.test_file)) 40 (cls.test_dir, cls.test_file, cls.test_dir, cls.test_file)) 44 (status, output) = cls.target.run('rm %s/%s1' % (cls.test_dir, cls.test_file)) 51 (cls.test_dir, cls.test_file)) 60 (cls.test_msg, cls.test_dir, cls.test_file)) 92 self.test_dir = os.path.join(self.mount_point, "oeqa") 127 self.test_dir = os.path.join(self.mount_point, "oeqa")
|
| /OK3568_Linux_fs/buildroot/support/testing/ |
| H A D | run-tests | 39 test_dir = os.path.dirname(script_path) 47 "-s", test_dir, 113 "-s", test_dir, 114 "-c", os.path.join(test_dir, "conf/unittest.cfg")]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/ |
| H A D | incfs_stress.c | 31 const char *test_dir; /* -d */ member 55 .test_dir = ".", in parse_options() 69 options->test_dir = optarg; in parse_options() 272 err = chdir(options.test_dir); in main() 274 err_msg("Failed to change to %s", options.test_dir); in main()
|
| H A D | incfs_perf.c | 34 const char *test_dir; /* -d working directory */ member 88 .test_dir = ".", in parse_options() 105 options->test_dir = optarg; in parse_options() 638 err = chdir(options.test_dir); in main() 640 err_msg("Failed to change to %s", options.test_dir); in main()
|
| /OK3568_Linux_fs/kernel/drivers/staging/vt6655/ |
| H A D | test | 8 test_dir = $(shell [ -e $(dir)/include/linux ] && echo $(dir)) 9 KSP := $(foreach dir, $(KSP), $(test_dir))
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | attr.py | 148 self.test_dir = options.test_dir 216 parser_base.read(self.test_dir + '/' + base) 327 for f in glob.glob(options.test_dir + '/' + options.test): 380 if not options.test_dir:
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | llvm-utils.c | 232 const char *test_dir = llvm_param.kbuild_dir; in detect_kbuild_dir() local 243 if (!test_dir) { in detect_kbuild_dir() 249 test_dir = release; in detect_kbuild_dir() 255 prefix_dir, test_dir, suffix_dir); in detect_kbuild_dir() 262 err = asprintf(kbuild_dir, "%s%s%s", prefix_dir, test_dir, in detect_kbuild_dir()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | CVE-2022-0358.patch | 17 $ mkdir -m 03777 test_dir 25 $ fd = open("test_dir/priviledge_id", O_RDWR|O_CREAT|O_EXCL, 02755); 27 This will create SGID set executable in test_dir/.
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | reproducible.py | 164 def compare_packages(self, reference_dir, test_dir, diffutils_sysroot): argument 170 os.chdir(test_dir) 176 test_path = os.path.join(test_dir, root, f)
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/ |
| H A D | 0001-Add-linux-oe-g-platform.patch | 62 …em_path($$QMAKE_QMAKE)) $$qtconfarg -spec $$QMAKESPEC $$qmake_configs $$shell_quote($$test_dir)") {
|