Home
last modified time | relevance | path

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

/acpica-latest/source/tools/acpisrc/
Dasfile.c201 char *SourceDirPath; in AsDoWildcard() local
238 &SourceDirPath, &TargetDirPath)) in AsDoWildcard()
242 AsProcessTree (ConversionTable, SourceDirPath, TargetDirPath); in AsDoWildcard()
243 free (SourceDirPath); in AsDoWildcard()
825 char *SourceDirPath, in AsCheckForDirectory() argument
841 SrcPath = calloc (strlen (SourceDirPath) + strlen (Filename) + 2, 1); in AsCheckForDirectory()
856 strcpy (SrcPath, SourceDirPath); in AsCheckForDirectory()
Dacpisrc.h492 char *SourceDirPath,