HomeSort by relevance Sort by last modified time
    Searched refs:abs_path (Results 1 - 17 of 17) sorted by null

  /external/clang/tools/scan-build/
c++-analyzer 3 use Cwd qw/ abs_path /;
6 use lib dirname(abs_path($0));
ccc-analyzer 18 use Cwd qw/ getcwd abs_path /;
143 print OUT abs_path($file), "\n";
scan-build 25 use Cwd qw/ getcwd abs_path /;
390 $BugFile = abs_path($1);
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
c++-analyzer 3 use Cwd qw/ abs_path /;
6 use lib dirname(abs_path($0));
ccc-analyzer 18 use Cwd qw/ getcwd abs_path /;
124 print OUT abs_path($file), "\n";
scan-build 23 use Cwd qw/ getcwd abs_path /;
374 $BugFile = abs_path($1);
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
c++-analyzer 3 use Cwd qw/ abs_path /;
6 use lib dirname(abs_path($0));
ccc-analyzer 18 use Cwd qw/ getcwd abs_path /;
124 print OUT abs_path($file), "\n";
scan-build 23 use Cwd qw/ getcwd abs_path /;
374 $BugFile = abs_path($1);
    [all...]
  /external/lldb/scripts/
checkpoint-llvm.pl 9 use Cwd 'abs_path';
79 my $llvm_source_dir = abs_path(shift @ARGV); # The llvm source that contains full llvm and clang sources
80 my $llvm_build_dir = abs_path(shift @ARGV); # The llvm build directory that contains headers and
81 my $lldb_build_dir = abs_path(shift @ARGV); # the build directory that contains the fat libEnhancedDisassembly.dylib
82 my $llvm_zip_file = abs_path(shift @ARGV);
build-llvm.pl 294 $path =~ /^[^\/]/ and $path = abs_path($path);
  /external/lldb/test/attic/
dotest.pl 13 use Cwd 'abs_path';
18 my $baseDir = abs_path("$scriptDir/..");
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
resource_loader.py 181 def LoadImage(self, abs_path):
182 if abs_path in self.loaded_images:
183 return self.loaded_images[abs_path]
185 if not os.path.exists(abs_path):
186 raise module.DepsException("url('%s') did not exist" % abs_path)
188 res = self.FindResourceGivenAbsolutePath(abs_path, binary=True)
190 raise module.DepsException("url('%s') was not in search path" % abs_path)
193 self.loaded_images[abs_path] = image
  /external/llvm/utils/
test_debuginfo.pl 58 my $path = dirname(Cwd::abs_path($0));
  /external/linux-tools-perf/src/tools/perf/ui/browsers/
hists.c 1291 char *pwd, *options[32], *abs_path[32], *tmp; local
1305 memset(options, 0, sizeof(abs_path));
    [all...]
  /system/core/libziparchive/
zip_archive_test.cc 68 const std::string abs_path = test_data_dir + "/" + name; local
69 return OpenArchive(abs_path.c_str(), handle);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 2644 milliseconds