Home
last modified time | relevance | path

Searched refs:move_file (Results 1 - 12 of 12) sorted by relevance

/third_party/python/Lib/distutils/tests/
H A Dtest_file_util.py7 from distutils.file_util import move_file, copy_file namespace
44 move_file(self.source, self.target, verbose=0)
49 move_file(self.target, self.source, verbose=0)
51 move_file(self.source, self.target, verbose=1)
56 move_file(self.target, self.source, verbose=0)
61 move_file(self.source, self.target_dir, verbose=1)
71 move_file(self.source, self.target, verbose=0)
80 move_file(self.source, self.target, verbose=0)
/third_party/harfbuzz/
H A Dinstall.py33 def move_file(src_path, dst_path): function
78 move_file(args.source_dir, target_dir)
/third_party/libpng/
H A Dinstall.py33 def move_file(src_path, dst_path): function
85 move_file(args.source_dir, target_dir)
/third_party/libffi/
H A Dinstall.py42 def move_file(src_path, dst_path): function
72 move_file(args.source_dir, target_dir)
/third_party/freetype/
H A Dinstall.py33 def move_file(src_path, dst_path): function
96 move_file(args.source_dir, target_dir)
/third_party/cups/
H A Dinstall.py40 def move_file(src_path, dst_path): function
101 move_file(args.source_dir, target_dir)
/third_party/libjpeg-turbo/
H A Dinstall.py33 def move_file(src_path, dst_path): function
84 move_file(args.source_dir, target_dir)
/third_party/python/Lib/distutils/
H A Dcmd.py358 def move_file (self, src, dst, level=1): member in Command
360 return file_util.move_file(src, dst, dry_run=self.dry_run)
H A Dccompiler.py9 from distutils.file_util import move_file namespace
912 def move_file(self, src, dst): member in CCompiler
913 return move_file(src, dst, dry_run=self.dry_run)
H A Dfile_util.py166 def move_file (src, dst, function
/third_party/python/Lib/distutils/command/
H A Dbdist_rpm.py373 self.move_file(srpm, self.dist_dir)
382 self.move_file(rpm, self.dist_dir)
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsmove.c799 * move_file -
805 static s64 move_file(ntfs_volume *vol, ntfs_inode *ino, u64 loc, int flags) in move_file() function
898 count = move_file(vol, inode, opts.location, 0); in main()

Completed in 6 milliseconds