Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/tools/acpisrc/
A Dasfile.c665 char *TgtPath; in AsCheckForDirectory() local
681 TgtPath = calloc (strlen (TargetDirPath) + strlen (Filename) + 2, 1); in AsCheckForDirectory()
682 if (!TgtPath) in AsCheckForDirectory()
693 strcpy (TgtPath, TargetDirPath); in AsCheckForDirectory()
694 strcat (TgtPath, "/"); in AsCheckForDirectory()
695 strcat (TgtPath, Filename); in AsCheckForDirectory()
698 *TargetPath = TgtPath; in AsCheckForDirectory()

Completed in 3 milliseconds