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

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_dir_util.py 8 from distutils.dir_util import (mkpath, remove_tree, create_tree, copy_tree, namespace
39 mkpath(self.target, verbose=0)
44 mkpath(self.target, verbose=1)
60 mkpath(self.target, 0o700)
63 mkpath(self.target2, 0o555)
82 mkpath(self.target, verbose=0)
89 mkpath(self.target, verbose=0)
105 mkpath(self.target, verbose=0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_dir_util.py 8 from distutils.dir_util import (mkpath, remove_tree, create_tree, copy_tree, namespace
39 mkpath(self.target, verbose=0)
44 mkpath(self.target, verbose=1)
60 mkpath(self.target, 0o700)
63 mkpath(self.target2, 0o555)
82 mkpath(self.target, verbose=0)
89 mkpath(self.target, verbose=0)
105 mkpath(self.target, verbose=0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_headers.py 40 self.mkpath(self.install_dir)
install_data.py 45 self.mkpath(self.install_dir)
63 self.mkpath(dir)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_headers.py 40 self.mkpath(self.install_dir)
install_data.py 45 self.mkpath(self.install_dir)
63 self.mkpath(dir)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
combine-javascript-resources.pl 62 mkpath $outputDirectory;
  /external/linux-tools-perf/util/
cache.h 80 extern char *mkpath(const char *fmt, ...) __attribute__((format (printf, 1, 2)));
path.c 9 * f = open(mkpath("%s/%s.perf", base, name), O_RDONLY);
88 char *mkpath(const char *fmt, ...) function
  /ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl 105 $makestring =~ s/#MAKEPATH#/$mkpath/g;
119 $answer =~ s/#MAKEPATH#/$mkpath/g;
304 $mkpath = "$pwd$pathsep$make_path";
308 $mkpath = $make_path;
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
InFilesCompiler.pm 98 ::mkpath($outputDir);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 14 from distutils.dir_util import mkpath namespace
81 mkpath(os.path.dirname(archive_name), dry_run=dry_run)
136 mkpath(os.path.dirname(zip_filename), dry_run=dry_run)
dir_util.py 12 # cache for by mkpath() -- in addition to cheapening redundant calls,
19 def mkpath(name, mode=0777, verbose=1, dry_run=0): function
35 "mkpath: 'name' must be a string (got %r)" % (name,)
90 'dry_run' flags are as for 'mkpath()'.
101 mkpath(dir, mode, verbose=verbose, dry_run=dry_run)
109 created with 'mkpath()'. The end result of the copy is that every
139 mkpath(dst, verbose=verbose)
bcppcompiler.py 103 # XXX _setup_compile() did a mkpath() too but before the normpath.
105 self.mkpath(os.path.dirname(obj))
294 self.mkpath (os.path.dirname (output_filename))
387 self.mkpath(os.path.dirname(output_file))
unixccompiler.py 107 self.mkpath(os.path.dirname(output_file))
132 self.mkpath(os.path.dirname(output_filename))
175 self.mkpath(os.path.dirname(output_filename))
cmd.py 351 def mkpath(self, name, mode=0777): member in class:Command
352 dir_util.mkpath(name, mode, dry_run=self.dry_run)
451 self.mkpath(self.install_dir)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 14 from distutils.dir_util import mkpath namespace
81 mkpath(os.path.dirname(archive_name), dry_run=dry_run)
136 mkpath(os.path.dirname(zip_filename), dry_run=dry_run)
dir_util.py 12 # cache for by mkpath() -- in addition to cheapening redundant calls,
19 def mkpath(name, mode=0777, verbose=1, dry_run=0): function
35 "mkpath: 'name' must be a string (got %r)" % (name,)
90 'dry_run' flags are as for 'mkpath()'.
101 mkpath(dir, mode, verbose=verbose, dry_run=dry_run)
109 created with 'mkpath()'. The end result of the copy is that every
139 mkpath(dst, verbose=verbose)
bcppcompiler.py 103 # XXX _setup_compile() did a mkpath() too but before the normpath.
105 self.mkpath(os.path.dirname(obj))
294 self.mkpath (os.path.dirname (output_filename))
387 self.mkpath(os.path.dirname(output_file))
unixccompiler.py 107 self.mkpath(os.path.dirname(output_file))
132 self.mkpath(os.path.dirname(output_filename))
175 self.mkpath(os.path.dirname(output_filename))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 209 distutils.dir_util.mkpath(dirname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 209 distutils.dir_util.mkpath(dirname)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 219 def self.mkpath( path ) singleton method in class:Dir
220 $VERBOSE and $stderr.puts( "INFO: Dir.mkpath(%p)" % path )
223 test( ?d, parent ) or mkpath( parent )
  /external/chromium/android/
generateAndroidForwardingHeader.pl 61 mkpath($1);
  /external/clang/tools/scan-build/
ccc-analyzer 20 use File::Path qw / mkpath /;
97 mkpath $Dir;
309 mkpath $dir;

Completed in 1492 milliseconds

1 2