Searched refs:SEPARATE (Results 1 – 2 of 2) sorted by relevance
33 const std::string FileEntry::SEPARATE = "\\"; member in OHOS::Global::Restool::FileEntry35 const std::string FileEntry::SEPARATE = "/";78 filePath = filePath_.GetPath() + SEPARATE + filename; in GetChilds()93 filePath = filePath_.GetPath() + SEPARATE + filename; in GetChilds()226 string filePath = filePath_ + SEPARATE + path; in Append()234 filePath += parent_ + SEPARATE; in ReplaceExtension()265 string::size_type pos = filePath_.find_first_of(SEPARATE.front(), offset); in GetSegments()269 pos = filePath_.find_first_of(SEPARATE.front(), offset); in GetSegments()322 string::size_type pos = path.find_first_of(SEPARATE.front(), offset); in CreateDirsInner()346 if (filePath_.back() != SEPARATE.front()) { in CreateDirsInner()[all …]
68 static const std::string SEPARATE; variable