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

  /external/chromium/base/
file_util.cc 28 bool EndsWithSeparator(const FilePath& path) {
40 if (EndsWithSeparator(*path))
332 if (!EndsWithSeparator(path))
345 bool EndsWithSeparator(std::wstring* path) {
346 return EndsWithSeparator(FilePath::FromWStringHack(*path));
348 bool EndsWithSeparator(const std::wstring& path) {
349 return EndsWithSeparator(FilePath::FromWStringHack(path));
371 if (path.empty() || EndsWithSeparator(path))
file_util.h 46 bool EndsWithSeparator(const FilePath& path);
48 bool EndsWithSeparator(std::wstring* path);
49 bool EndsWithSeparator(const std::wstring& path);
file_util_posix.cc 63 if (EndsWithSeparator(path)) {

Completed in 733 milliseconds