MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / PosixPath

Function PosixPath

native/thirdpart/flatbuffers/util.cpp:174–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174std::string PosixPath(const char *path) {
175 std::string p = path;
176 std::replace(p.begin(), p.end(), '\\', '/');
177 return p;
178}
179
180void EnsureDirExists(const std::string &filepath) {
181 auto parent = StripFileName(filepath);

Callers 2

DoParseMethod · 0.85
CompileMethod · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected