Searched refs:File1Path (Results 1 – 2 of 2) sorted by relevance
/acpica-latest/source/tools/acpibin/ |
D | abcompare.c | 462 char *File1Path, in AbCompareAmlFiles() argument 477 File1 = fopen (File1Path, "rb"); in AbCompareAmlFiles() 480 printf ("Could not open file %s\n", File1Path); in AbCompareAmlFiles() 496 printf ("File %s does not contain an ACPI table header\n", File1Path); in AbCompareAmlFiles() 525 printf ("Comparing %s to %s\n", File1Path, File2Path); in AbCompareAmlFiles() 572 printf ("Error - file %s is longer than file %s\n", File1Path, File2Path); in AbCompareAmlFiles() 577 printf ("Error - file %s is shorter than file %s\n", File1Path, File2Path); in AbCompareAmlFiles() 682 char *File1Path, in AbDumpAmlFile() argument 693 FileBuffer = AbGetFile (File1Path, &FileSize); in AbDumpAmlFile() 700 File1Path, FileSize, FileSize); in AbDumpAmlFile()
|
D | acpibin.h | 182 char *File1Path, 187 char *File1Path, 192 char *File1Path); 196 char *File1Path);
|