Home
last modified time | relevance | path

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

/developtools/global_resource_tool/src/
H A 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()
235 string filePath = filePath_ + SEPARATE + path; in Append()
243 filePath += parent_ + SEPARATE; in ReplaceExtension()
274 string::size_type pos = filePath_.find_first_of(SEPARATE.front(), offset); in GetSegments()
278 pos = filePath_.find_first_of(SEPARATE.front(), offset); in GetSegments()
331 string::size_type pos = path.find_first_of(SEPARATE.front(), offset); in CreateDirsInner()
355 if (filePath_.back() != SEPARATE in CreateDirsInner()
[all...]
/developtools/global_resource_tool/include/
H A Dfile_entry.h69 static const std::string SEPARATE; member in OHOS::Global::Restool::FileEntry

Completed in 2 milliseconds