Home | History | Annotate | Download | only in base

Lines Matching refs:pathname

163       error = FT_Stream_Open( stream, args->pathname );
164 stream->pathname.pointer = args->pathname;
1158 const char* pathname,
1166 if ( !pathname )
1170 args.pathname = (char*)pathname;
1808 args->pathname, file_names, offsets, errors );
1819 args2.pathname = file_names[i] ? file_names[i] : args->pathname;
1822 i, args2.pathname, offsets[i] ));
1884 FT_TRACE3(( "Try as dfont: %s ...", args->pathname ));
2179 open.pathname = (char*)filepathname;