MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / chmod

Method chmod

Libraries/FileSystem/FileSystem.cpp:670–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668}
669
670SC::Result SC::FileSystem::chmod(StringSpan path, uint32_t mode)
671{
672 StringSpan encodedPath;
673 SC_TRY(convert(path, fileFormatBuffer1, fileTransportBuffer1, &encodedPath));
674 return FileSystem::Operations::chmod(encodedPath, mode);
675}
676
677SC::Result SC::FileSystem::chown(StringSpan path, uint32_t uid, uint32_t gid)
678{

Callers

nothing calls this directly

Calls 2

ErrorEnum · 0.50
ResultClass · 0.50

Tested by

no test coverage detected