Home
last modified time | relevance | path

Searched defs:environments_uds_dir (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/commands/process_sandboxer/
Dpolicies.h39 std::string environments_uds_dir; member
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp674 std::string CuttlefishConfig::environments_uds_dir() const { in environments_uds_dir() function in cuttlefish::CuttlefishConfig
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc976 auto environments_uds_dir = "/tmp/cf_env_" + std::to_string(getuid()); in EnvironmentUdsDir() local