Lines Matching refs:target
891 const android::dm::DeviceMapper::TargetInfo &target = table[0]; in TEST() local
900 target.spec.sector_start, target.spec.sector_start + target.spec.length, in TEST()
901 target.spec.target_type, target.data.c_str()); in TEST()
902 EXPECT_EQ(strcmp(target.spec.target_type, "verity"), 0); in TEST()
923 size_t begin_pos = NextWord(target.data, &next_pos); in TEST()
926 EXPECT_EQ(target.data.compare(begin_pos, next_pos - begin_pos, in TEST()
935 size_t begin_pos = NextWord(target.data, &next_pos); in TEST()
938 std::stoul(target.data.substr(begin_pos, next_pos - begin_pos)); in TEST()
956 size_t begin_pos = NextWord(target.data, &next_pos); in TEST()
958 const std::string param_name(target.data, begin_pos, next_pos - begin_pos); in TEST()
962 begin_pos = NextWord(target.data, &next_pos); in TEST()
965 target.data.substr(begin_pos, next_pos - begin_pos); in TEST()
982 ASSERT_EQ(NextWord(target.data, &next_pos), std::string::npos); in TEST()