MCPcopy Create free account
hub / github.com/ceph/ceph / push_front_dentry

Method push_front_dentry

src/include/filepath.cc:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void filepath::push_front_dentry(const std::string& s) {
110 bits.insert(bits.begin(), s);
111 rebuild_path();
112}
113
114void filepath::append(const filepath& a) {
115 ceph_assert(a.pure_relative());

Callers 1

_getcwdMethod · 0.80

Calls 2

insertMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected