Home | History | Annotate | Download | only in base

Lines Matching defs:BaseName

115 // of the file name. The position is relative to BaseName(), not value().
222 base = current.BaseName();
229 base = current.BaseName();
231 ret_val.push_back(current.BaseName().value());
291 // libgen's dirname and basename aren't guaranteed to be thread-safe and aren't
320 // path_ is somewhere else, trim the basename.
331 FilePath FilePath::BaseName() const {
355 FilePath base(BaseName());
381 StringType base = BaseName().value();
412 StringType base = BaseName().value();