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

Method set_string2

src/client/MetaRequest.h:176–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 void set_filepath2(const filepath& fp) { path2 = fp; }
175 void set_alternate_name(std::string an) { alternate_name = an; }
176 void set_string2(const char *s) { path2.set_path(std::string_view(s), 0); }
177 void set_caller_perms(const UserPerm& _perms) {
178 perms = _perms;
179 head.caller_uid = perms.uid();

Callers 3

_getvxattrMethod · 0.45
_do_setxattrMethod · 0.45
_symlinkMethod · 0.45

Calls 1

set_pathMethod · 0.45

Tested by

no test coverage detected