Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dusers.h34 Result<std::string> SystemWideUserHome();
Dusers.cpp99 Result<std::string> SystemWideUserHome() { in SystemWideUserHome() function
Dfiles.cpp806 path_info.home_dir.value_or(CF_EXPECT(SystemWideUserHome())); in CalculatePrefix()
/device/google/cuttlefish/host/commands/snapshot_util_cvd/
Dsnapshot_taker.cc51 .home_dir = CF_EXPECT(SystemWideUserHome()), in HandleHostGroupSnapshot()