HomeSort by relevance Sort by last modified time
    Searched refs:EndsWithSeparator (Results 1 - 5 of 5) sorted by null

  /external/pdfium/testing/utils/
path_service.h 20 static bool EndsWithSeparator(const std::string& path);
path_service.cpp 21 bool PathService::EndsWithSeparator(const std::string& path) {
58 if (EndsWithSeparator(*path))
72 if (!EndsWithSeparator(*path))
89 if (!EndsWithSeparator(*path))
103 if (!EndsWithSeparator(*path))
  /external/libchrome/base/files/
file_path.h 331 bool EndsWithSeparator() const WARN_UNUSED_RESULT;
file_path_unittest.cc     [all...]
file_path.cc 538 bool FilePath::EndsWithSeparator() const {
545 if (EndsWithSeparator() || path_.empty())
    [all...]

Completed in 130 milliseconds