Lines Matching +full:data +full:- +full:mirror
1 Remove non-Posix use of FTW_ACTIONRETVAL
8 https://github.com/openwrt-mirror/openwrt/blob/f22d5e25660106a48727c7aa5d1a73e4171a7987/package/dev…
15 https://github.com/openwrt-mirror/openwrt/commit/aaf46a8524e138e1673a398e8d2dd9357405b313#diff-fe14…
19 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
21 --- a/pe_profiling/operf.cpp
23 @@ -857,11 +857,14 @@ static int __delete_old_previous_sample_
31 perror("sample data removal error");
32 - return FTW_STOP;
35 - return FTW_CONTINUE;
40 @@ -896,7 +899,7 @@ static void convert_sample_data(void)
44 - int flags = FTW_DEPTH | FTW_ACTIONRETVAL;