Lines Matching refs:target
630 const android::dm::DeviceMapper::TargetInfo &target = table[0]; in TEST() local
639 target.spec.sector_start, target.spec.sector_start + target.spec.length, in TEST()
640 target.spec.target_type, target.data.c_str()); in TEST()
641 EXPECT_EQ(strcmp(target.spec.target_type, "verity"), 0); in TEST()
662 size_t begin_pos = NextWord(target.data, &next_pos); in TEST()
665 EXPECT_EQ(target.data.compare(begin_pos, next_pos - begin_pos, in TEST()
674 size_t begin_pos = NextWord(target.data, &next_pos); in TEST()
677 std::stoul(target.data.substr(begin_pos, next_pos - begin_pos)); in TEST()
695 size_t begin_pos = NextWord(target.data, &next_pos); in TEST()
697 const std::string param_name(target.data, begin_pos, next_pos - begin_pos); in TEST()
701 begin_pos = NextWord(target.data, &next_pos); in TEST()
704 target.data.substr(begin_pos, next_pos - begin_pos); in TEST()
721 ASSERT_EQ(NextWord(target.data, &next_pos), std::string::npos); in TEST()