Lines Matching refs:hashtree_path
1229 std::string hashtree_path = in TEST_F() local
1231 auto exists = PathExists(hashtree_path); in TEST_F()
1270 std::string hashtree_path = in TEST_F() local
1272 auto exists = PathExists(hashtree_path); in TEST_F()
1274 ASSERT_TRUE(*exists) << hashtree_path << " does not exist"; in TEST_F()
1278 std::string hashtree_path = in TEST_F() local
1280 auto exists = PathExists(hashtree_path); in TEST_F()
1282 ASSERT_TRUE(*exists) << hashtree_path << " does not exist"; in TEST_F()
1389 std::string hashtree_path = in TEST_F() local
1391 auto exists = PathExists(hashtree_path); in TEST_F()
1394 original_hashtree_data = read_fn(hashtree_path); in TEST_F()
1400 std::string hashtree_path = in TEST_F() local
1402 auto exists = PathExists(hashtree_path); in TEST_F()
1407 std::string hashtree_path = in TEST_F() local
1409 auto exists = PathExists(hashtree_path); in TEST_F()
1412 std::vector<uint8_t> moved_hashtree_data = read_fn(hashtree_path); in TEST_F()