OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSandboxBinaryPath
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/sandbox/linux/suid/client/
setuid_sandbox_client.h
26
// PrependWrapper() (or manually, by relying on
GetSandboxBinaryPath
()).
78
base::FilePath
GetSandboxBinaryPath
();
setuid_sandbox_client_unittest.cc
94
TEST(SetuidSandboxClient,
GetSandboxBinaryPath
) {
97
ignore_result(setuid_sandbox_client->
GetSandboxBinaryPath
());
setuid_sandbox_client.cc
246
base::FilePath SetuidSandboxClient::
GetSandboxBinaryPath
() {
271
std::string sandbox_binary(
GetSandboxBinaryPath
().value());
/external/chromium_org/components/nacl/zygote/
nacl_fork_delegate_linux.cc
242
setuid_sandbox_client->
GetSandboxBinaryPath
();
/external/chromium_org/content/browser/
browser_main_loop.cc
156
sandbox_binary = setuid_sandbox_client->
GetSandboxBinaryPath
();
[
all
...]
Completed in 677 milliseconds