Home
last modified time | relevance | path

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

/acpica-latest/source/compiler/
Daslfiles.c575 char *CommonPath; in FlMergePathnames() local
599 CommonPath = UtLocalCacheCalloc (strlen (PrefixDir) + 1); in FlMergePathnames()
600 strcpy (CommonPath, PrefixDir); in FlMergePathnames()
611 LastElement = strrchr (CommonPath, '/'); in FlMergePathnames()
626 LastElement = strrchr (CommonPath, '/'); in FlMergePathnames()
636 strlen (CommonPath) + strlen (FilePathname) + 2); in FlMergePathnames()
637 if (LastElement && *CommonPath) in FlMergePathnames()
639 strcpy (Pathname, CommonPath); in FlMergePathnames()