Searched refs:topFile (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dmakemeta.h94 tr_metainfo_builder*tr_metaInfoBuilderCreate( const char * topFile );
H A Dmakemeta.c121 char topFile[TR_PATH_MAX]; local
124 tr_realpath( topFileArg, topFile );
126 ret->top = tr_strdup( topFile );
130 stat( topFile, &sb );
134 /* build a list of files containing topFile and,
137 char * dir = tr_dirname( topFile );
138 char * base = tr_basename( topFile );
291 getFileInfo( const char * topFile, argument
302 offset = strlen( topFile );
303 if( offset>0 && topFile[offse
[all...]

Completed in 19 milliseconds