Searched defs:copyfile (Results 1 – 3 of 3) sorted by relevance
143 int copyfile(const char *from, const char *to) in copyfile() function
982 def copyfile(self, target): member in SimpleCache
888 def copyfile(src, dest, newmtime = None, sstat = None): function