Home
last modified time | relevance | path

Searched refs:destfile (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dappend.py375 if not args.destfile:
376 args.destfile = os.path.basename(args.file)
377 elif args.destfile.endswith('/'):
378 args.destfile = os.path.join(args.destfile, os.path.basename(args.file))
380 return appendsrc(args, {args.file: args.destfile}, recipedata)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Drecipetool.py82 …def _try_recipetool_appendfile(self, testrecipe, destfile, newfile, options, expectedlines, expect… argument
83 cmd = 'recipetool appendfile %s %s %s %s' % (self.templayerdir, destfile, newfile, options)
86 def _try_recipetool_appendfile_fail(self, destfile, newfile, checkerror): argument
87 cmd = 'recipetool appendfile %s %s %s' % (self.templayerdir, destfile, newfile)
703 …def _try_recipetool_appendsrcfile(self, testrecipe, newfile, destfile, options, expectedlines, exp… argument
704 …ipetool appendsrcfile %s %s %s %s %s' % (options, self.templayerdir, testrecipe, newfile, destfile)
718 def _try_recipetool_appendsrcfile_fail(self, testrecipe, newfile, destfile, checkerror): argument
719 …= 'recipetool appendsrcfile %s %s %s %s' % (self.templayerdir, testrecipe, newfile, destfile or '')
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/psplash/
H A Dpsplash_git.bb82 destfile = "%s/psplash-poky-img.h" % d.getVar('B')
90 shutil.copyfile(os.path.join(workdir, "%s-img.h" % fbase), destfile)
92 shutil.copyfile(os.path.join(workdir, localfile), destfile)
/OK3568_Linux_fs/yocto/poky/meta/lib/
H A Dbuildstats.py34destfile = os.path.join(bsdir, '%sproc_%s.log' % ('reduced_' if handler else '', filename))
35 self.proc_files.append((filename, open(destfile, 'ab'), handler))
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dsdk.py198 destfile = os.path.join(basepath, changedfile)
199 os.remove(destfile)
200 shutil.move(os.path.join(tmpsdk_dir, changedfile), destfile)
/OK3568_Linux_fs/external/xserver/
H A Dltmain.sh4414 destfile=$destdir/$destname
4417 destfile=$func_basename_result
4418 destfile=$destdir/$destfile
4422 case $destfile in
4424 func_lo2o "$destfile"
4428 staticdest=$destfile
4429 destfile=
4432 func_fatal_help "cannot copy a libtool object to '$destfile'"
4437 test -n "$destfile" && \
4438 func_show_eval "$install_prog $file $destfile" 'exit $?'
[all …]