Searched refs:SrcPath (Results 1 – 1 of 1) sorted by relevance
664 char *SrcPath; in AsCheckForDirectory() local674 SrcPath = calloc (strlen (SourceDirPath) + strlen (Filename) + 2, 1); in AsCheckForDirectory()675 if (!SrcPath) in AsCheckForDirectory()685 free (SrcPath); in AsCheckForDirectory()689 strcpy (SrcPath, SourceDirPath); in AsCheckForDirectory()690 strcat (SrcPath, "/"); in AsCheckForDirectory()691 strcat (SrcPath, Filename); in AsCheckForDirectory()697 *SourcePath = SrcPath; in AsCheckForDirectory()
Completed in 3 milliseconds