Lines Matching refs:TargetPath
52 char *TargetPath,
86 char *TargetPath, in AsDoWildcard() argument
129 if (!AsCheckForDirectory (SourcePath, TargetPath, Filename, in AsDoWildcard()
146 AsProcessOneFile (ConversionTable, SourcePath, TargetPath, in AsDoWildcard()
176 char *TargetPath) in AsProcessTree() argument
181 MaxPathLength = AsMaxInt (strlen (SourcePath), strlen (TargetPath)); in AsProcessTree()
187 AcpiUtStrlwr (TargetPath); in AsProcessTree()
190 VERBOSE_PRINT (("Creating Directory \"%s\"\n", TargetPath)); in AsProcessTree()
191 if (mkdir (TargetPath)) in AsProcessTree()
203 AsDoWildcard (ConversionTable, SourcePath, TargetPath, MaxPathLength, in AsProcessTree()
208 AsDoWildcard (ConversionTable, SourcePath, TargetPath, MaxPathLength, in AsProcessTree()
213 AsDoWildcard (ConversionTable, SourcePath, TargetPath, MaxPathLength, in AsProcessTree()
218 AsDoWildcard (ConversionTable, SourcePath, TargetPath, MaxPathLength, in AsProcessTree()
223 AsDoWildcard (ConversionTable, SourcePath, TargetPath, MaxPathLength, in AsProcessTree()
228 AsDoWildcard (ConversionTable, SourcePath, TargetPath, MaxPathLength, in AsProcessTree()
596 char *TargetPath, in AsProcessOneFile() argument
676 strlen (Filename) + 2 + strlen (TargetPath), 1); in AsProcessOneFile()
684 strcpy (OutPathname, TargetPath); in AsProcessOneFile()
721 char **TargetPath) in AsCheckForDirectory() argument
757 *TargetPath = TgtPath; in AsCheckForDirectory()