MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / set_pathname

Method set_pathname

fs/cache/ocf_cache/ocf_cache.cpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 };
101
102 inline void set_pathname(const estring &pathname) {
103 m_path_name = pathname;
104 }
105
106 int fstat(struct stat *buf) override {
107 return m_ctx->src_file->fstat(buf);

Callers 1

openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected