Lines Matching defs:SEPARATE
33 const std::string FileEntry::SEPARATE = "\\";
35 const std::string FileEntry::SEPARATE = "/";
78 filePath = filePath_.GetPath() + SEPARATE + filename;
93 filePath = filePath_.GetPath() + SEPARATE + filename;
235 string filePath = filePath_ + SEPARATE + path;
243 filePath += parent_ + SEPARATE;
274 string::size_type pos = filePath_.find_first_of(SEPARATE.front(), offset);
278 pos = filePath_.find_first_of(SEPARATE.front(), offset);
331 string::size_type pos = path.find_first_of(SEPARATE.front(), offset);
355 if (filePath_.back() != SEPARATE.front()) {
364 string::size_type pos = filePath_.find_last_of(SEPARATE.front());