Home | History | Annotate | Download | only in acpidump

Lines Matching refs:Pathname

159     char                    *Pathname);
166 * PARAMETERS: Pathname - Output filename
176 char *Pathname)
183 if (!stat (Pathname, &StatInfo))
208 * PARAMETERS: Pathname - Output filename
219 char *Pathname)
226 if (ApIsExistingFile (Pathname) != 0)
233 File = fopen (Pathname, "w");
236 fprintf (stderr, "Could not open output file: %s\n", Pathname);
243 Gbl_OutputFilename = Pathname;
338 * PARAMETERS: Pathname - File containing the binary ACPI table
349 char *Pathname,
360 File = fopen (Pathname, "rb");
363 fprintf (stderr, "Could not open input file: %s\n", Pathname);
373 "Could not get input file size: %s\n", Pathname);
392 fprintf (stderr, "Could not read input file: %s\n", Pathname);