Home | History | Annotate | Download | only in src

Lines Matching full:c_str

136     FILE* f= fopen( filename.c_str(), "rb" );
144 maxlen = fread( (void*)signature.c_str(), 1, maxlen, f );
175 memcpy( (void*)signature.c_str(), buf.data, maxlen );
191 const char* ext = strrchr( _ext.c_str(), '.' );
201 const char* descr = strchr( description.c_str(), '(' );
483 FILE* f = fopen( filename.c_str(), "wb" );
495 remove(filename.c_str());
537 remove(filename.c_str());
605 FILE* f = fopen( filename.c_str(), "rb" );
613 remove(filename.c_str());