Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dfile_stream_dumper.cpp184 std::string backslash = "/"; in BuildFileNames() local
185 … if (dir_name.compare(dir_name.size() - backslash.size(), backslash.size(), backslash) != 0) { in BuildFileNames()
186 dir_name.append(backslash); in BuildFileNames()