Lines Matching refs:target
428 const android::dm::DeviceMapper::TargetInfo &target = table[0]; in TEST() local
437 target.spec.sector_start, target.spec.sector_start + target.spec.length, in TEST()
438 target.spec.target_type, target.data.c_str()); in TEST()
439 EXPECT_EQ(strcmp(target.spec.target_type, "verity"), 0); in TEST()
460 size_t begin_pos = NextWord(target.data, &next_pos); in TEST()
463 EXPECT_EQ(target.data.compare(begin_pos, next_pos - begin_pos, in TEST()
472 size_t begin_pos = NextWord(target.data, &next_pos); in TEST()
475 std::stoul(target.data.substr(begin_pos, next_pos - begin_pos)); in TEST()
493 size_t begin_pos = NextWord(target.data, &next_pos); in TEST()
495 const std::string param_name(target.data, begin_pos, next_pos - begin_pos); in TEST()
499 begin_pos = NextWord(target.data, &next_pos); in TEST()
502 target.data.substr(begin_pos, next_pos - begin_pos); in TEST()
519 ASSERT_EQ(NextWord(target.data, &next_pos), std::string::npos); in TEST()