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

  /external/llvm/utils/
GenLibDeps.pl 36 my $nmPath = $ARGV[1];
46 chomp($nmPath=$ENV{NM});
49 if (!defined($nmPath) || $nmPath eq "") {
50 chomp($nmPath=`which nm`);
51 die "Can't find 'nm'" if (! -x "$nmPath");
110 open DEFS, "$nmPath -sg $Directory/$lib|";
151 open UDEFS, "$nmPath -Aup $Directory/$lib|";
167 open DEFS, "$nmPath -g $Directory/$lib|";
181 open DEFS, "$nmPath -g $Directory/$obj |"
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm 60 &nmPath
89 my $nmPath;
    [all...]

Completed in 59 milliseconds