Searched refs:mkpath (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/WebKit2/Scripts/
H A Dgenerate-forwarding-headers.pl33 use File::Path qw(mkpath);
89 mkpath($targetDirectory);
/external/webkit/Source/WebCore/inspector/
H A Dcombine-javascript-resources.pl62 mkpath $outputDirectory;
/external/linux-tools-perf/util/
H A Dcache.h80 extern char *mkpath(const char *fmt, ...) __attribute__((format (printf, 1, 2)));
H A Dpath.c9 * f = open(mkpath("%s/%s.perf", base, name), O_RDONLY);
88 char *mkpath(const char *fmt, ...) function
H A Dconfig.c415 char *user_config = strdup(mkpath("%s/.perfconfig", home));
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcore-extensions.rb219 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/
H A DgenerateAndroidForwardingHeader.pl61 mkpath($1);
/external/clang/tools/scan-build/
H A Dc++-analyzer20 use File::Path qw / mkpath /;
97 mkpath $Dir;
313 mkpath $dir;
H A Dccc-analyzer20 use File::Path qw / mkpath /;
97 mkpath $Dir;
313 mkpath $dir;
/external/webkit/Source/WebCore/platform/qt/
H A DFileSystemQt.cpp78 return QDir::root().mkpath(path);
/external/webkit/Tools/Scripts/
H A Dold-run-webkit-tests942 mkpath catfile($expectedPixelDir, dirname($base)) if $testDirectory ne $expectedPixelDir;
962 mkpath catfile($expectedDir, dirname($base)) if $testDirectory ne $expectedDir;
1005 mkpath catfile($platformTestDirectory, dirname($base));
1026 mkpath $dir;
1087 mkpath $dir;
1163 mkpath $testResultsDirectory;
1303 mkpath $dir;
1409 mkpath $absTestResultsDirectory;
1762 mkpath $dir;
2132 mkpath(dirnam
[all...]
H A Dwebkitdirs.pm1469 File::Path::mkpath($dir) or die "Failed to create build directory " . $dir
1516 File::Path::mkpath($buildPath) unless -d $buildPath;
1624 File::Path::mkpath($dir);
1731 File::Path::mkpath($examplesDir);
H A Dbisect-builds126 mkpath($nightlyDownloadDirectory, 0, 0755) || die "Could not create $nightlyDownloadDirectory: $!";
/external/linux-tools-perf/
H A Dbuiltin-help.c384 if (stat(mkpath("%s/perf.html", html_path), &st)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtask.rb203 test( ?d, dir ) or FileUtils.mkpath( dir )
/external/webkit/Source/WebCore/dom/
H A Dmake_names.pl99 mkpath($outputDir);

Completed in 320 milliseconds