Searched refs:expected_ (Results 1 – 3 of 3) 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_ = ""}, 38 .expected_ = "/a/b/c"}, 39 InputOutput{.path_to_convert_ = "/a", .expected_ = "/a"})); 58 .expected_ = ""}, 61 .expected_ = "/x/y/z/a"}, 64 .expected_ = "/x/y/z"}, 67 .expected_ = "/x/y"}, 70 .expected_ = "/x/y/t/q"})); 89 .expected_ = "/x/y/z"}, [all …]
|
D | files_test_helper.cpp | 22 expected_path_ = GetParam().expected_; in EmulateAbsolutePathBase() 27 expected_path_ = GetParam().expected_; in EmulateAbsolutePathWithPwd() 33 expected_path_ = GetParam().expected_; in EmulateAbsolutePathWithHome()
|
D | files_test_helper.h | 31 std::string expected_; member
|