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

  /external/autotest/client/deps/glbench/src/
filepath.h 27 char kSeparators[2] = "/";
  /external/libchrome/base/files/
file_path_constants.cc 13 const FilePath::CharType FilePath::kSeparators[] = FILE_PATH_LITERAL("\\/");
15 const FilePath::CharType FilePath::kSeparators[] = FILE_PATH_LITERAL("/");
18 const size_t FilePath::kSeparatorsLength = arraysize(kSeparators);
file_path.h 161 // but kSeparators[0] is treated as the canonical separator and will be used
163 static const CharType kSeparators[];
165 // arraysize(kSeparators).
205 // Returns true if |character| is in kSeparators.

Completed in 145 milliseconds