Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/process_sandboxer/
Dpidfd.cpp119 std::vector<std::string> env_clone(env.begin(), env.end()); in LaunchSubprocess() local
121 env_cstr.reserve(env_clone.size()); in LaunchSubprocess()
122 for (std::string& env_member : env_clone) { in LaunchSubprocess()