Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dfiles_test.cpp76 .home_dir = home_dir_, in TEST_P()
87 testing::Values(InputOutput{.home_dir_ = "/x/y/z",
90 InputOutput{.home_dir_ = "/x/y/z",
93 InputOutput{.home_dir_ = "/x/y/z",
96 InputOutput{.home_dir_ = "/x/y/z",
99 InputOutput{.home_dir_ = "/x/y/z",
Dfiles_test_helper.cpp34 home_dir_ = GetParam().home_dir_; in EmulateAbsolutePathWithHome()
Dfiles_test_helper.h30 std::string home_dir_; member
56 std::string home_dir_; variable