Lines Matching defs:FilePathname
454 * FilePathname - The include filename from the source ASL.
460 * FilePathname is relative to the PrefixDir.
467 char *FilePathname)
475 "Include: FilePathname - \"%s\"\n",
476 PrefixDir, FilePathname);
483 (*FilePathname == '/') ||
484 (FilePathname[1] == ':'))
486 Pathname = UtLocalCacheCalloc (strlen (FilePathname) + 1);
487 strcpy (Pathname, FilePathname);
501 while (*FilePathname && (!strncmp (FilePathname, "../", 3)))
512 FilePathname += 3; /* Point to next path element */
530 strlen (CommonPath) + strlen (FilePathname) + 2);
536 strcat (Pathname, FilePathname);