Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Unified Diff: sandbox/linux/seccomp-bpf/util.h

Issue 11411254: SECCOMP-BPF: Added supported for inspection system call arguments from BPF filters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another attempt at fixing the rebase Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sandbox/linux/seccomp-bpf/syscall_unittest.cc ('k') | sandbox/linux/seccomp-bpf/util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/seccomp-bpf/util.h
diff --git a/sandbox/linux/seccomp-bpf/util.h b/sandbox/linux/seccomp-bpf/util.h
index 3e4d41b5b84cfc2b2f00107bbcffba429cea3023..2b3f22a63096edc91a8329b87dda69614c45ee20 100644
--- a/sandbox/linux/seccomp-bpf/util.h
+++ b/sandbox/linux/seccomp-bpf/util.h
@@ -9,9 +9,9 @@ namespace playground2 {
class Util {
public:
- static bool sendFds(int transport, const void *buf, size_t len, ...);
- static bool getFds(int transport, void *buf, size_t *len, ...);
- static void closeAllBut(int fd, ...);
+ static bool SendFds(int transport, const void *buf, size_t len, ...);
+ static bool GetFds(int transport, void *buf, size_t *len, ...);
+ static void CloseAllBut(int fd, ...);
};
} // namespace
« no previous file with comments | « sandbox/linux/seccomp-bpf/syscall_unittest.cc ('k') | sandbox/linux/seccomp-bpf/util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698