Home
last modified time | relevance | path

Searched refs:expected_path2 (Results 1 – 7 of 7) sorted by relevance

/external/cronet/tot/third_party/boringssl/src/pki/
Dverify_unittest.cc99 std::vector<std::string> expected_path2 = {leaf, intermediate1, intermediate2, in TEST() local
113 UnorderedElementsAre(expected_path1, expected_path2)); in TEST()
/external/cronet/stable/third_party/boringssl/src/pki/
Dverify_unittest.cc99 std::vector<std::string> expected_path2 = {leaf, intermediate1, intermediate2, in TEST() local
113 UnorderedElementsAre(expected_path1, expected_path2)); in TEST()
/external/libcxx/test/support/
Dfilesystem_test_helper.hpp450 fs::path expected_path2; member
466 : expected_err(first_err), expected_path1(p1), expected_path2(p2),
472 TEST_CHECK(Err.path2() == expected_path2); in operator ()()
501 transform_path(expected_path2)); in check_libcxx_string()
/external/cronet/tot/third_party/libc++/src/test/support/
Dfilesystem_test_helper.h563 fs::path expected_path2; member
579 : expected_err(first_err), expected_path1(p1), expected_path2(p2), in expected_err()
585 assert(Err.path2() == expected_path2); in operator()
612 transform_path(expected_path2).c_str()); in check_libcxx_string()
/external/cronet/stable/third_party/libc++/src/test/support/
Dfilesystem_test_helper.h563 fs::path expected_path2; member
579 : expected_err(first_err), expected_path1(p1), expected_path2(p2), in expected_err()
585 assert(Err.path2() == expected_path2); in operator()
612 transform_path(expected_path2).c_str()); in check_libcxx_string()
/external/sandboxed-api/sandboxed_api/util/
Dfileops_test.cc386 const std::string expected_path2 = absl::StrCat(tmp_dir, "/./rel/path"); in TEST_F() local
391 EXPECT_THAT(result, StrEq(expected_path2)); in TEST_F()
/external/python/mobly/tests/mobly/controllers/android_device_lib/services/
Dlogcat_test.py365 expected_path2 = _write_logcat_file_and_assert_excerpts_exists(
370 self.AssertFileContains(FILE_CONTENT, expected_path2)