HomeSort by relevance Sort by last modified time
    Searched full:move_file (Results 1 - 12 of 12) 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 namespace
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 namespace
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.xml 340 <para>This example will instantiate the optional block <literal>ext_gateway.move_file</literal> into policy providing all optional CIL statements can be resolved:</para>
344 (optional move_file
345 (typetransition process msg_filter.move_file.in_queue file msg_filter.move_file.in_file)
346 (allow process msg_filter.move_file.in_queue (dir (read getattr write search add_name)))
347 (allow process msg_filter.move_file.in_file (file (write create getattr)))
348 (allow msg_filter.move_file.in_file unconfined.object (filesystem (associate)))
349 (typetransition msg_filter.int_gateway.process msg_filter.move_file.out_queue file
350 msg_filter.move_file.out_file)
351 (allow msg_filter.int_gateway.process msg_filter.move_file.out_queue (dir (read write search))
    [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 namespace
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 namespace
877 def move_file(self, src, dst): member in class:CCompiler
    [all...]
  /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 1866 static void move_file(struct move_ent *move_ent) function
    [all...]

Completed in 349 milliseconds