Searched refs:path_to_convert_ (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_ = ""}, 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 …]
|
D | files_test_helper.cpp | 21 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()
|
D | files_test_helper.h | 28 std::string path_to_convert_; member
|