Searched refs:SourcePath (Results 1 – 3 of 3) sorted by relevance
/acpica-latest/source/tools/acpisrc/ |
D | asmain.c | 397 char *SourcePath; in main() local 528 SourcePath = argv[AcpiGbl_Optind]; in main() 529 if (!SourcePath) in main() 540 AsProcessOneFile (NULL, NULL, NULL, 0, SourcePath, FILE_TYPE_SOURCE); in main() 550 TargetPath = SourcePath; in main() 557 TargetPath = SourcePath; in main() 574 if (AsExaminePaths (ConversionTable, SourcePath, TargetPath, &FileType)) in main() 585 AsProcessTree (ConversionTable, SourcePath, TargetPath); in main() 592 SourcePath, FILE_TYPE_SOURCE); in main() 600 if (strstr (SourcePath, ".h")) in main() [all …]
|
D | asfile.c | 159 char *SourcePath, 193 char *SourcePath, in AsDoWildcard() argument 216 WildcardSpec, SourcePath)); in AsDoWildcard() 220 DirInfo = AcpiOsOpenDirectory (SourcePath, WildcardSpec, RequestedFileType); in AsDoWildcard() 237 if (!AsCheckForDirectory (SourcePath, TargetPath, Filename, in AsDoWildcard() 254 AsProcessOneFile (ConversionTable, SourcePath, TargetPath, in AsDoWildcard() 283 char *SourcePath, in AsProcessTree() argument 289 MaxPathLength = AsMaxInt (strlen (SourcePath), strlen (TargetPath)); in AsProcessTree() 311 AsDoWildcard (ConversionTable, SourcePath, TargetPath, MaxPathLength, in AsProcessTree() 316 AsDoWildcard (ConversionTable, SourcePath, TargetPath, MaxPathLength, in AsProcessTree() [all …]
|
D | acpisrc.h | 449 char *SourcePath, 484 char *SourcePath, 495 char **SourcePath,
|