Searched defs:copy_file (Results 1 - 4 of 4) sorted by relevance
/external/v8/build/toolchain/mac/ |
H A D | copy_bundle_data.py | 60 def copy_file(source, dest): function 95 copy_file(args.source, args.dest)
|
/external/selinux/libsemanage/utils/ |
H A D | semanage_migrate_store | 23 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 D | os_interface.py | 175 def copy_file(self, from_path, to_path): member in class:OSInterface
|
/external/e2fsprogs/debugfs/ |
H A D | debugfs.c | 1578 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 182 milliseconds