Searched refs:afile (Results 1 – 3 of 3) sorted by relevance
279 my $afile;285 $afile=$elem->file;289 } while ( !$elem->endoffile && $amodule eq $elem->module && $afile eq $elem->file );
296 File afile = files[i]; in dotest() local297 String path = afile.getAbsolutePath(); in dotest()321 String exportname = "aoo_" + afile.getName(); in dotest()
132 char afile[MAX_PATH]; in _xfopen() local135 WideCharToMultiByte( CP_ACP, 0, file, -1, afile, MAX_PATH, NULL, NULL ); in _xfopen()139 return fopen( afile, amode ); in _xfopen()
Completed in 24 milliseconds