Searched refs:SourcePath (Results 1 – 3 of 3) sorted by relevance
| /third_party/lib/acpica/source/tools/acpisrc/ |
| A D | asmain.c | 287 char *SourcePath; in main() local 408 SourcePath = argv[AcpiGbl_Optind]; in main() 409 if (!SourcePath) in main() 422 TargetPath = SourcePath; in main() 429 TargetPath = SourcePath; in main() 458 if (strstr (SourcePath, ".h")) in main() 461 SourcePath, FILE_TYPE_HEADER); in main() 463 else if (strstr (SourcePath, ".c")) in main() 466 SourcePath, FILE_TYPE_SOURCE); in main() 468 else if (strstr (SourcePath, ".patch")) in main() [all …]
|
| A D | asfile.c | 52 char *SourcePath, 81 char *SourcePath, in AsDoWildcard() argument 104 WildcardSpec, SourcePath)); in AsDoWildcard() 171 char *SourcePath, in AsProcessTree() argument 177 MaxPathLength = AsMaxInt (strlen (SourcePath), strlen (TargetPath)); in AsProcessTree() 545 char *SourcePath, in AsProcessOneFile() argument 568 if (SourcePath) in AsProcessOneFile() 570 strcpy (Pathname, SourcePath); in AsProcessOneFile() 625 if (SourcePath) in AsProcessOneFile() 661 char **SourcePath, in AsCheckForDirectory() argument [all …]
|
| A D | acpisrc.h | 340 char *SourcePath, 370 char *SourcePath, 381 char **SourcePath,
|
Completed in 5 milliseconds