mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
0b2130674e
This adds `count` out parameter for recursive file remove calls to report the number of the removed entries. Having a lot of files removed by `::Remove(recursive=true)` has been a problem, as a slow disk can cause a hang with such call. A counter feature will help us knowing the situation better via telemetry. The use of out parameter here is to mark it optional and prevent unwanted changes in existing callers (because a return value can't be optional). Differential Revision: https://phabricator.services.mozilla.com/D156940 |
||
---|---|---|
.. | ||
crashtests | ||
gtest | ||
unit | ||
windows | ||
moz.build | ||
NotXPCOMTest.idl | ||
RegFactory.cpp | ||
resources.h | ||
SizeTest01.cpp | ||
SizeTest02.cpp | ||
SizeTest03.cpp | ||
SizeTest04.cpp | ||
SizeTest05.cpp | ||
SizeTest06.cpp | ||
test.properties | ||
TestArguments.cpp | ||
TestBlockingProcess.cpp | ||
TestHarness.h | ||
TestingAtomList.h | ||
TestMemoryPressureWatcherLinux.cpp | ||
TestPRIntN.cpp | ||
TestQuickReturn.cpp | ||
TestShutdown.cpp | ||
TestStreamUtils.cpp | ||
TestUnicodeArguments.cpp | ||
TestWinReg.js |