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

Method setLastModifiedTime

Libraries/FileSystem/FileSystem.cpp:698–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696}
697
698SC::Result SC::FileSystem::setLastModifiedTime(StringSpan file, TimeMs time)
699{
700 StringSpan encodedPath;
701 SC_TRY(convert(file, fileFormatBuffer1, fileTransportBuffer1, &encodedPath));
702 return FileSystem::Operations::setLastModifiedTime(encodedPath, time);
703}
704
705#undef SC_TRY_FORMAT_ERRNO
706#ifdef _WIN32

Callers 2

SCBuildFixtureTestMethod · 0.80
httpFileServerTestMethod · 0.80

Calls 3

MakeDeferredFunction · 0.85
ErrorEnum · 0.50
ResultClass · 0.50

Tested by 2

SCBuildFixtureTestMethod · 0.64
httpFileServerTestMethod · 0.64