Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dknown_paths.h44 std::string SecureEnvBinary();
Dknown_paths.cpp99 std::string SecureEnvBinary() { return HostBinaryPath("secure_env"); } in SecureEnvBinary() function
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dsecure_env.cpp38 Command command(SecureEnvBinary()); in SecureEnv()
/device/google/cuttlefish/host/commands/secure_env/
Dsecure_env_not_windows_main.cpp116 execv(SecureEnvBinary().c_str(), argv.data()); in ReExecSelf()