Home
last modified time | relevance | path

Searched refs:path_to_convert_ (Results 1 – 3 of 3) 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"}));
57 .path_to_convert_ = "",
60 .path_to_convert_ = "a",
63 .path_to_convert_ = ".",
66 .path_to_convert_ = "..",
69 .path_to_convert_ = "./k/../../t/./q",
88 .path_to_convert_ = "~",
[all …]
Dfiles_test_helper.cpp21 input_path_ = GetParam().path_to_convert_; in EmulateAbsolutePathBase()
26 input_path_ = GetParam().path_to_convert_; in EmulateAbsolutePathWithPwd()
32 input_path_ = GetParam().path_to_convert_; in EmulateAbsolutePathWithHome()
Dfiles_test_helper.h28 std::string path_to_convert_; member