Searched refs:InputOutput (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/common/libs/utils/ |
D | files_test.cpp | 35 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 …]
|
D | files_test_helper.h | 27 struct InputOutput { struct 34 class EmulateAbsolutePathBase : public testing::TestWithParam<InputOutput> { argument 42 class EmulateAbsolutePathWithPwd : public testing::TestWithParam<InputOutput> {
|