Searched refs:lastslash (Results 1 – 6 of 6) sorted by relevance
436 const char *lastslash = 0; local441 lastslash = tmpptr;444 if( lastslash != NULL )446 savefilenameinzip = lastslash+1; // base filename follows last slash.
437 const char *lastslash = 0; local442 lastslash = tmpptr;445 if( lastslash != NULL )447 savefilenameinzip = lastslash+1; // base filename follows last slash.
125 int lastslash = proto_file.find_last_of("/"); in GetFileNameBase() local126 std::string base = proto_file.substr(lastslash + 1); in GetFileNameBase()