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

  /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 162 // but kSeparators[0] is treated as the canonical separator and will be used
164 static const CharType kSeparators[];
166 // arraysize(kSeparators).
199 // Returns true if |character| is in kSeparators.
file_path.cc 131 path.find_last_of(FilePath::kSeparators, last_dot - 1,
212 if (character == kSeparators[i]) {
318 new_path.path_.find_last_of(kSeparators, StringType::npos,
356 new_path.path_.find_last_of(kSeparators, StringType::npos,
511 new_path.path_.append(1, kSeparators[0]);
551 path_str.append(&kSeparators[0], 1);
    [all...]

Completed in 2241 milliseconds