Home | History | Annotate | Download | only in files

Lines Matching full:basename

109 // of the file name. The position is relative to BaseName(), not value().
236 base = current.BaseName();
243 base = current.BaseName();
245 ret_val.push_back(current.BaseName().value());
305 // libgen's dirname and basename aren't guaranteed to be thread-safe and aren't
334 // path_ is somewhere else, trim the basename.
345 FilePath FilePath::BaseName() const {
369 FilePath base(BaseName());
378 FilePath base(BaseName());
412 if (IsEmptyOrSpecialCase(BaseName().value()))
433 if (IsEmptyOrSpecialCase(BaseName().value()))
451 if (IsEmptyOrSpecialCase(BaseName().value()))