Home | History | Annotate | Download | only in acpisrc

Lines Matching refs:Target

160     char                    *Target,
212 * DESCRIPTION: Source and Target pathname verification and handling
220 char *Target,
251 if (!AcpiUtStricmp (Source, Target))
253 printf ("Target path is the same as the source path, overwrite?\n");
267 Status = stat (Target, &Gbl_StatBuf);
270 printf ("Target path already exists, overwrite?\n");
548 /* Just generate statistics. Ignore target path */
572 /* Check source and target paths and files */
579 /* Source/target can be either directories or a files */