Searched defs:copy_file (Results 1 - 4 of 4) sorted by relevance

/external/v8/build/toolchain/mac/
H A Dcopy_bundle_data.py60 def copy_file(source, dest): function
95 copy_file(args.source, args.dest)
/external/selinux/libsemanage/utils/
H A Dsemanage_migrate_store23 def copy_file(src, dst): function
74 copy_file(os.path.join(root, name), "%s/%s/hll" % (bottomdir, file))
123 copy_file(os.path.join(root, name), os.path.join(newstore, newname))
/external/autotest/client/cros/faft/utils/
H A Dos_interface.py175 def copy_file(self, from_path, to_path): member in class:OSInterface
/external/e2fsprogs/debugfs/
H A Ddebugfs.c1578 static errcode_t copy_file(int fd, ext2_ino_t newfile, int bufsize, int make_holes) function
1596 com_err("copy_file", retval, "can't allocate buffer\n");
1603 com_err("copy_file", retval, "can't allocate buffer\n");
1747 retval = copy_file(fd, newfile, bufsize, make_holes);
1749 com_err("copy_file", retval, 0);

Completed in 196 milliseconds