Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dfiles_test.cpp35 testing::Values(InputOutput{.path_to_convert_ = "/", .expected_ = "/"},
36 InputOutput{.path_to_convert_ = "", .expected_ = ""},
37 InputOutput{.path_to_convert_ = "/a/b/c/",
39 InputOutput{.path_to_convert_ = "/a", .expected_ = "/a"}));
56 testing::Values(InputOutput{.working_dir_ = "/x/y/z",
59 InputOutput{.working_dir_ = "/x/y/z",
62 InputOutput{.working_dir_ = "/x/y/z",
65 InputOutput{.working_dir_ = "/x/y/z",
68 InputOutput{.working_dir_ = "/x/y/z",
87 testing::Values(InputOutput{.home_dir_ = "/x/y/z",
[all …]
Dfiles_test_helper.h27 struct InputOutput { struct
34 class EmulateAbsolutePathBase : public testing::TestWithParam<InputOutput> { argument
42 class EmulateAbsolutePathWithPwd : public testing::TestWithParam<InputOutput> {