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

Function chdir_dird

util/folder/fts.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83int chdir_dird(dird fd) {
84 return fchdir(fd);
85}
86
87int cmp_dird(dird fd1, dird fd2) {
88 return fd1 - fd2;

Callers 3

yfts_closeFunction · 0.85
yfts_childrenFunction · 0.85
fts_safe_changedirFunction · 0.85

Calls 2

mallocFunction · 0.50
freeFunction · 0.50

Tested by

no test coverage detected