HomeSort by relevance Sort by last modified time
    Searched refs:move_file (Results 1 - 25 of 33) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_file_util.py 6 from distutils.file_util import move_file, write_file, copy_file
40 move_file(self.source, self.target, verbose=0)
45 move_file(self.target, self.source, verbose=0)
47 move_file(self.source, self.target, verbose=1)
52 move_file(self.target, self.source, verbose=0)
57 move_file(self.source, self.target_dir, verbose=1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_file_util.py 6 from distutils.file_util import move_file, write_file, copy_file
40 move_file(self.source, self.target, verbose=0)
45 move_file(self.target, self.source, verbose=0)
47 move_file(self.source, self.target, verbose=1)
52 move_file(self.target, self.source, verbose=0)
57 move_file(self.source, self.target_dir, verbose=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_file_util.py 6 from distutils.file_util import move_file, write_file, copy_file
40 move_file(self.source, self.target, verbose=0)
45 move_file(self.target, self.source, verbose=0)
47 move_file(self.source, self.target, verbose=1)
52 move_file(self.target, self.source, verbose=0)
57 move_file(self.source, self.target_dir, verbose=1)
  /external/python/cpython2/Lib/distutils/tests/
test_file_util.py 6 from distutils.file_util import move_file, write_file, copy_file
45 move_file(self.source, self.target, verbose=0)
50 move_file(self.target, self.source, verbose=0)
52 move_file(self.source, self.target, verbose=1)
57 move_file(self.target, self.source, verbose=0)
62 move_file(self.source, self.target_dir, verbose=1)
  /external/syslinux/mtools/
syslinux.c 128 static int move_file(char *filename) function
348 status = move_file("ldlinux.sys");
373 status = move_file("ldlinux.c32");
  /external/python/cpython2/Modules/_ctypes/libffi/
generate-darwin-source-and-headers.py 100 def move_file(src_dir, dst_dir, filename, file_suffix=None, prefix='', suffix=''): function
127 move_file(src_dir, dst_dir, filename, file_suffix=file_suffix, prefix=prefix, suffix=suffix)
  /external/syslinux/win/
syslinux.c 239 static void move_file(char *pathname, char *filename) function
522 move_file(ldlinux_name, "ldlinux.sys");
553 move_file(ldlinuxc32_name, "ldlinux.c32");
  /external/syslinux/dos/
syslinux.c 572 static void move_file(int dev_fd, char *pathname, char *filename) function
719 move_file(dev_fd, ldlinux_name, "ldlinux.sys");
720 move_file(dev_fd, ldlinuxc32_name, "ldlinux.c32");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
cmd.py 379 def move_file (self, src, dst, level=1): member in class:Command
381 return file_util.move_file(src, dst, dry_run = self.dry_run)
file_util.py 162 def move_file (src, dst, verbose=1, dry_run=0): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
bdist_rpm.py 385 self.move_file(srpm, self.dist_dir)
391 self.move_file(rpm, self.dist_dir)
  /external/python/cpython2/Lib/distutils/
cmd.py 379 def move_file (self, src, dst, level=1): member in class:Command
381 return file_util.move_file(src, dst, dry_run = self.dry_run)
file_util.py 170 def move_file (src, dst, verbose=1, dry_run=0): function
  /external/python/cpython2/Lib/distutils/command/
bdist_rpm.py 391 self.move_file(srpm, self.dist_dir)
400 self.move_file(rpm, self.dist_dir)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
cmd.py 379 def move_file (self, src, dst, level=1): member in class:Command
381 return file_util.move_file(src, dst, dry_run = self.dry_run)
file_util.py 162 def move_file (src, dst, verbose=1, dry_run=0): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_rpm.py 390 self.move_file(srpm, self.dist_dir)
399 self.move_file(rpm, self.dist_dir)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
cmd.py 379 def move_file (self, src, dst, level=1): member in class:Command
381 return file_util.move_file(src, dst, dry_run = self.dry_run)
file_util.py 162 def move_file (src, dst, verbose=1, dry_run=0): function
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_rpm.py 390 self.move_file(srpm, self.dist_dir)
399 self.move_file(rpm, self.dist_dir)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cmd.py 379 def move_file (self, src, dst, level=1): member in class:Command
381 return file_util.move_file(src, dst, dry_run = self.dry_run)
file_util.py 162 def move_file (src, dst, verbose=1, dry_run=0): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 390 self.move_file(srpm, self.dist_dir)
399 self.move_file(rpm, self.dist_dir)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cmd.py 379 def move_file (self, src, dst, level=1): member in class:Command
381 return file_util.move_file(src, dst, dry_run = self.dry_run)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 390 self.move_file(srpm, self.dist_dir)
399 self.move_file(rpm, self.dist_dir)

Completed in 810 milliseconds

1 2