Home
last modified time | relevance | path

Searched defs:copyfile (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dcopyfile.c143 int copyfile(const char *from, const char *to) in copyfile() function
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcache.py991 def copyfile(self, target): member in SimpleCache
H A Dutils.py862 def copyfile(src, dest, newmtime = None, sstat = None): function