Home
last modified time | relevance | path

Searched refs:AddLibrariesForBinary (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dnetwork_proxy_test.cc105 .AddLibrariesForBinary(path); in TEST_P()
147 .AddLibrariesForBinary(path); in TEST_P()
183 .AddLibrariesForBinary(path); in TEST_P()
222 .AddLibrariesForBinary(path) in TEST()
H A Dpolicybuilder.h633 PolicyBuilder& AddLibrariesForBinary(absl::string_view path,
638 PolicyBuilder& AddLibrariesForBinary(int fd,
H A Dpolicybuilder.cc1384 PolicyBuilder& PolicyBuilder::AddLibrariesForBinary( in AddLibrariesForBinary() function in sandbox2::PolicyBuilder
1402 PolicyBuilder& PolicyBuilder::AddLibrariesForBinary( in AddLibrariesForBinary() function in sandbox2::PolicyBuilder
1404 return AddLibrariesForBinary(absl::StrCat("/proc/self/fd/", fd), in AddLibrariesForBinary()
H A Dpolicy_test.cc199 builder.AddLibrariesForBinary(path); in TEST()
/aosp_15_r20/external/sandboxed-api/sandboxed_api/
H A Dtesting.cc41 builder.AddLibrariesForBinary(bin_path); in CreateDefaultPermissiveTestPolicy()
/aosp_15_r20/device/google/cuttlefish/host/commands/process_sandboxer/policies/
Davbtool.cpp76 .AddLibrariesForBinary(host.HostToolExe("sandboxer_proxy"), in AvbToolPolicy()
Dbaseline.cpp31 .AddLibrariesForBinary(exe, JoinPath(host.host_artifacts_path, "lib64")) in BaselinePolicy()
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/examples/network_proxy/
H A Dnetworkproxy_sandbox.cc55 .AddLibrariesForBinary(sandboxee_path); in GetPolicy()
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/examples/network/
H A Dnetwork_sandbox.cc59 .AddLibrariesForBinary(sandboxee_path) in GetPolicy()
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/examples/tool/
H A Dsandbox2tool.cc198 builder.AddLibrariesForBinary(sandboxee); in main()