Home
last modified time | relevance | path

Searched refs:target_files (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/icecc-create-env/icecc-create-env/
H A Dicecc-create-env313 target_files=
323 target_files="$target_files $path"
336 target_files="$target_files $link_name"
340 target_files=`for i in $target_files; do echo $i; done | sort`
354 …archive_name=`for i in $target_files; do test -f $tempdir/$i && $md5sum $tempdir/$i; done | sed -e…
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/builds/
H A Dtest_core_image_min.py229 target_files = Target_Image_File.objects.filter(
234 for file_info in target_files: