Home
last modified time | relevance | path

Searched refs:allfiles (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/
H A Dget_dvb_firmware376 my $allfiles;
380 $allfiles .= " $fwfile";
383 $allfiles =~ s/^\s//;
385 $allfiles;
449 my $allfiles;
453 $allfiles .= " $fwfile";
456 $allfiles =~ s/^\s//;
458 $allfiles;
470 my $allfiles;
474 $allfiles .= " $fwfile";
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A Dcreate_manifest3.py66 allfiles = [] variable
366 if pymodule_dep not in allfiles:
367 allfiles.append(pymodule_dep)
402 if pymodule_dep not in allfiles:
403 allfiles.append(pymodule_dep)
/OK3568_Linux_fs/buildroot/utils/
H A Dgetdeveloperlib.py63 allfiles = set()
67 allfiles = allfiles | files
69 return (allfiles, allinfras)