Home
last modified time | relevance | path

Searched refs:SandboxArguments (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dsubprocess.h115 SubprocessOptions& SandboxArguments(std::vector<std::string>) &;
116 SubprocessOptions SandboxArguments(std::vector<std::string>) &&;
126 const std::vector<std::string>& SandboxArguments() const { in SandboxArguments() function
Dsubprocess.cpp144 SubprocessOptions& SubprocessOptions::SandboxArguments( in SandboxArguments() function in cuttlefish::SubprocessOptions
150 SubprocessOptions SubprocessOptions::SandboxArguments( in SandboxArguments() function in cuttlefish::SubprocessOptions
428 if (!options.SandboxArguments().empty()) { in Start()
440 auto sbox_ptrs = ToCharPointers(options.SandboxArguments()); in Start()
/device/google/cuttlefish/host/libs/process_monitor/
Dprocess_monitor.cc248 options.SandboxArguments({ in StartSubprocesses()