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

Method set_string2

src/messages/MClientRequest.h:218–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 void set_filepath(const filepath& fp) { path = fp; }
217 void set_filepath2(const filepath& fp) { path2 = fp; }
218 void set_string2(const char *s) { path2.set_path(std::string_view(s), 0); }
219 void set_caller_uid(unsigned u) { head.caller_uid = u; }
220 void set_caller_gid(unsigned g) { head.caller_gid = g; }
221 void set_gid_list(int count, const gid_t *gids) {

Callers 1

create_quota_realmMethod · 0.45

Calls 1

set_pathMethod · 0.45

Tested by

no test coverage detected