MCPcopy Create free account
hub / github.com/catboost/catboost / Chmod

Function Chmod

util/system/sysstat.h:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34#ifdef _unix_
35inline int Chmod(const char* fname, int mode) {
36 return ::chmod(fname, mode);
37}
38inline int Umask(int mode) {
39 return ::umask(mode);
40}

Callers 7

SetExecutableMethod · 0.70
Y_UNIT_TESTFunction · 0.70
InitFromEnvMethod · 0.50
TEST_FFunction · 0.50
BindMethod · 0.50
Y_UNIT_TESTFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected