Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/tools/acpisrc/
A Dasfile.c664 char *SrcPath; in AsCheckForDirectory() local
674 SrcPath = calloc (strlen (SourceDirPath) + strlen (Filename) + 2, 1); in AsCheckForDirectory()
675 if (!SrcPath) in AsCheckForDirectory()
685 free (SrcPath); in AsCheckForDirectory()
689 strcpy (SrcPath, SourceDirPath); in AsCheckForDirectory()
690 strcat (SrcPath, "/"); in AsCheckForDirectory()
691 strcat (SrcPath, Filename); in AsCheckForDirectory()
697 *SourcePath = SrcPath; in AsCheckForDirectory()

Completed in 3 milliseconds