Searched refs:SandboxArguments (Results 1 – 3 of 3) sorted by relevance
115 SubprocessOptions& SandboxArguments(std::vector<std::string>) &;116 SubprocessOptions SandboxArguments(std::vector<std::string>) &&;126 const std::vector<std::string>& SandboxArguments() const { in SandboxArguments() function
144 SubprocessOptions& SubprocessOptions::SandboxArguments( in SandboxArguments() function in cuttlefish::SubprocessOptions150 SubprocessOptions SubprocessOptions::SandboxArguments( in SandboxArguments() function in cuttlefish::SubprocessOptions428 if (!options.SandboxArguments().empty()) { in Start()440 auto sbox_ptrs = ToCharPointers(options.SandboxArguments()); in Start()
248 options.SandboxArguments({ in StartSubprocesses()