HomeSort by relevance Sort by last modified time
    Searched full:move_file (Results 1 - 20 of 20) sorted by null

  /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/selinux/secilc/docs/
cil_container_statements.md 236 This example will instantiate the optional block `ext_gateway.move_file` into policy providing all optional CIL statements can be resolved:
240 (optional move_file
241 (typetransition process msg_filter.move_file.in_queue file msg_filter.move_file.in_file)
242 (allow process msg_filter.move_file.in_queue (dir (read getattr write search add_name)))
243 (allow process msg_filter.move_file.in_file (file (write create getattr)))
244 (allow msg_filter.move_file.in_file unconfined.object (filesystem (associate)))
245 (typetransition msg_filter.int_gateway.process msg_filter.move_file.out_queue file
246 msg_filter.move_file.out_file)
247 (allow msg_filter.int_gateway.process msg_filter.move_file.out_queue (dir (read write search))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
file_util.py 162 def move_file (src, dst, verbose=1, dry_run=0): function
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)
ccompiler.py 15 from distutils.file_util import move_file
877 def move_file(self, src, dst): member in class:CCompiler
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
file_util.py 162 def move_file (src, dst, verbose=1, dry_run=0): function
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)
ccompiler.py 15 from distutils.file_util import move_file
877 def move_file(self, src, dst): member in class:CCompiler
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
file_util.py 162 def move_file (src, dst, verbose=1, dry_run=0): function
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)
ccompiler.py 15 from distutils.file_util import move_file
877 def move_file(self, src, dst): member in class:CCompiler
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
file_util.py 162 def move_file (src, dst, verbose=1, dry_run=0): function
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)
ccompiler.py 15 from distutils.file_util import move_file
877 def move_file(self, src, dst): member in class:CCompiler
    [all...]
  /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/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/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/command/
bdist_rpm.py 390 self.move_file(srpm, self.dist_dir)
399 self.move_file(rpm, self.dist_dir)
  /external/squashfs-tools/squashfs-tools/
action.c 1870 static void move_file(struct move_ent *move_ent) function
    [all...]

Completed in 256 milliseconds