Home | History | Annotate | Download | only in files

Lines Matching full:basename

109 // of the file name. The position is relative to BaseName(), not value().
235 base = current.BaseName();
242 base = current.BaseName();
244 ret_val.push_back(current.BaseName().value());
304 // libgen's dirname and basename aren't guaranteed to be thread-safe and aren't
333 // path_ is somewhere else, trim the basename.
344 FilePath FilePath::BaseName() const {
368 FilePath base(BaseName());
377 FilePath base(BaseName());
411 if (IsEmptyOrSpecialCase(BaseName().value()))
432 if (IsEmptyOrSpecialCase(BaseName().value()))
449 if (IsEmptyOrSpecialCase(BaseName().value()))