Home | History | Annotate | Download | only in acpibin

Lines Matching refs:FilePath

312     char                    *FilePath)
318 File = fopen (FilePath, "rb");
321 printf ("Could not open file %s\n", FilePath);
330 printf ("File %s does not contain a valid ACPI table header\n", FilePath);
353 char *FilePath)
361 File = fopen (FilePath, "rb");
364 printf ("Could not open file %s\n", FilePath);
371 printf ("File %s does not contain a valid ACPI table header\n", FilePath);
420 File = fopen (FilePath, "r+b");
423 printf ("Could not open file %s for writing\n", FilePath);