Home
last modified time | relevance | path

Searched refs:OutPathname (Results 1 – 1 of 1) sorted by relevance

/third_party/lib/acpica/source/tools/acpisrc/
A Dasfile.c552 char *OutPathname = NULL; in AsProcessOneFile() local
616 OutPathname = calloc (MaxPathLength + in AsProcessOneFile()
618 if (!OutPathname) in AsProcessOneFile()
624 strcpy (OutPathname, TargetPath); in AsProcessOneFile()
627 strcat (OutPathname, "/"); in AsProcessOneFile()
628 strcat (OutPathname, Filename); in AsProcessOneFile()
631 AsPutFile (OutPathname, Gbl_FileBuffer, ConversionTable->Flags); in AsProcessOneFile()
637 if (OutPathname) in AsProcessOneFile()
639 free (OutPathname); in AsProcessOneFile()

Completed in 4 milliseconds