Home | History | Annotate | Download | only in base

Lines Matching refs:success

616       bool success = parent.AppendRelativePath(child, &result);
617 EXPECT_EQ(cases[i].expected[0] != '\0', success) <<
626 bool success = parent.AppendRelativePath(child, &result);
627 EXPECT_EQ(cases[i].expected[0] != '\0', success) <<