Lines Matching full:readfile
1630 return readFile($Path);
6672 my $Content = readFile($Path);
8523 my $Content = readFile($ClassDump);
8605 writeLog($Version, "Temporary header file \'$TmpHeaderPath\' with the following content will be compiled to create GCC translation unit dump:\n".readFile($TmpHeaderPath)."\n");
8622 if($Errors = readFile($TMP_DIR."/tu_errors"))
15502 sub readFile($)
20973 return readFile($Path);
21002 return readFile($Path);
21868 my $Content = readFile($RULES_PATH{$Kind});
23115 foreach my $Lib (split(/\s*\n\s*/, readFile($TargetLibsPath)))
23130 foreach my $Header (split(/\s*\n\s*/, readFile($TargetHeadersPath)))
23178 my $SDesc = readFile($DumpSystem);
23263 foreach my $Interface (split(/\s*\n\s*/, readFile($SymbolsListPath))) {
23272 foreach my $Type (split(/\s*\n\s*/, readFile($TypesListPath))) {
23281 foreach my $Interface (split(/\s*\n\s*/, readFile($SkipSymbolsListPath)))
23292 foreach my $Type (split(/\s*\n\s*/, readFile($SkipTypesListPath)))
23303 foreach my $Path (split(/\s*\n\s*/, readFile($SkipHeadersPath)))
23318 foreach my $Line (split(/\n/, readFile($ParamNamesPath)))