MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / stat

Class stat

tinyemu/fs_disk.c:133–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133static void stat_to_qid(FSQID *qid, const struct stat *st)
134{
135 if (S_ISDIR(st->st_mode))
136 qid->type = P9_QTDIR;

Callers 1

fs_openFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected