Home | History | Annotate | Download | only in files

Lines Matching defs:BaseName

109 // of the file name. The position is relative to BaseName(), not value().
232 base = current.BaseName();
239 base = current.BaseName();
241 ret_val.push_back(current.BaseName().value());
301 // libgen's dirname and basename aren't guaranteed to be thread-safe and aren't
330 // path_ is somewhere else, trim the basename.
341 FilePath FilePath::BaseName() const {
365 FilePath base(BaseName());
388 if (IsEmptyOrSpecialCase(BaseName().value()))
409 if (IsEmptyOrSpecialCase(BaseName().value()))
426 if (IsEmptyOrSpecialCase(BaseName().value()))