Home
last modified time | relevance | path

Searched refs:SEPARATE (Results 1 – 2 of 2) sorted by relevance

/developtools/global_resource_tool/src/
Dfile_entry.cpp33 const std::string FileEntry::SEPARATE = "\\"; member in OHOS::Global::Restool::FileEntry
35 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 …]
/developtools/global_resource_tool/include/
Dfile_entry.h68 static const std::string SEPARATE; variable