Home
last modified time | relevance | path

Searched refs:plistFile (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/utils/analyzer/
Dupdate_plist_test.pl9 my $plistFile = shift @ARGV;
10 die "error: cannot read file $plistFile\n" if (! -r $plistFile);
26 open (IN, $plistFile) or die "cannot open $plistFile\n";
/external/clang/utils/analyzer/
Dupdate_plist_test.pl9 my $plistFile = shift @ARGV;
10 die "error: cannot read file $plistFile\n" if (! -r $plistFile);
26 open (IN, $plistFile) or die "cannot open $plistFile\n";
/external/llvm-project/llvm/tools/dsymutil/
DSymbolMap.cpp79 CFStringRef plistFile = CFStringCreateWithCString( in Load() local
82 kCFAllocatorDefault, plistFile, kCFURLPOSIXPathStyle, false); in Load()
107 CFRelease(plistFile); in Load()